Color Hex Logo

#06afdd Color Hex

#06AFDD
(6,175,221)
0 Favorites   0 Comments

Color spaces of #06afdd

RGB 6175221
HSL0.540.950.45
HSV193°97°87°
CMYK 0.970.210.00   0.13
XYZ28.456235.919173.8399
Yxy35.91910.20590.2599
Hunter Lab59.9325-20.1295-31.0955
CIE-Lab66.4581-20.9329-33.5452

#06afdd color RGB value is (6,175,221).

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

The process color (four color CMYK) of #06afdd color hex is 0.97, 0.21, 0.00, 0.13. Web safe color of #06afdd is #0099cc. Color #06afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101111 11011101
Octal 6 257 335
Decimal 6 175 221
Hex 6 AF DD

RGB Percentages of Color #06afdd

%1.49
%43.53
%54.98

CMYK Percentages of Color #06afdd

%97
%21
%0
%13

Triadic Colors of #06afdd

#06afdd #dd06af #afdd06

Analogous Colors of #06afdd

#06afdd #0643dd #06dda0

Monochromatic Colors of #06afdd

#06afdd

Complementary Color

#06afdd #dd3406

#06afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06afdd Color CSS Codes

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

#06afdd Text Font Color

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

This sample text font color is #06afdd
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.


#06afdd Background Color

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

This div background color is #06afdd


#06afdd Border Color

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

This div border color is #06afdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,175,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 #06afdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06afdd


Comments

No comments written yet.

Please login to write comment.