color codes Logo

#06f9dd color codes

#06F9DD
(6,249,221)
0 Favorites   0 Comments

Color spaces of #06f9dd

RGB 6249221
HSL0.480.950.50
HSV173°98°98°
CMYK 0.980.000.11   0.02
XYZ47.001973.010580.0218
Yxy73.01050.23500.3650
Hunter Lab85.4462-51.34224.2862
CIE-Lab88.4527-54.8342-0.3962

#06f9dd color RGB value is (6,249,221).

#06f9dd hex color red value is 6, green value is 249 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #06f9dd hue: 0.48 , saturation: 0.95 and the lightness value of 06f9dd is 0.50.

The process color (four color CMYK) of #06f9dd color code is 0.98, 0.00, 0.11, 0.02. Web safe color of #06f9dd is #00ffcc. Color #06f9dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111001 11011101
Octal 6 371 335
Decimal 6 249 221
Hex 6 F9 DD

RGB Percentages of Color #06f9dd

%1.26
%52.31
%46.43

CMYK Percentages of Color #06f9dd

%98
%0
%11
%2

Triadic Colors of #06f9dd

#06f9dd #dd06f9 #f9dd06

Analogous Colors of #06f9dd

#06f9dd #069cf9 #06f964

Monochromatic Colors of #06f9dd

#06f9dd

Complementary Color

#06f9dd #f90622

#06f9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06f9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06f9dd Color CSS Codes

.mybgcolor {background-color:#06f9dd; } 
.myforecolor {color:#06f9dd; }
.mybordercolor {border:3px solid #06f9dd; }

#06f9dd Text Font Color

<p style="color:#06f9dd">Text here</p>

This sample text font color is #06f9dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#06f9dd Background Color

<div style="background-color:#06f9dd">
Div content here</div>

This div background color is #06f9dd


#06f9dd Border Color

<div style="border:3px solid #06f9dd">
Div here</div>

This div border color is #06f9dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,249,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06f9dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06f9dd;
  -webkit-box-shadow: 1px 1px 3px 2px #06f9dd;
  box-shadow:         1px 1px 3px 2px #06f9dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,249,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #06f9dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #06f9dd;
  -webkit-box-shadow: 1px 1px 3px 2px #06f9dd;
  box-shadow:         1px 1px 3px 2px #06f9dd;">
Div content here</div>

This div box has shadow with color #06f9dd


Comments

No comments written yet.

Please login to write comment.