Color Hex Logo

#06afdf Color Hex

#06AFDF
(6,175,223)
0 Favorites   0 Comments

Color spaces of #06afdf

RGB 6175223
HSL0.540.950.45
HSV193°97°87°
CMYK 0.970.220.00   0.13
XYZ28.724436.026475.2519
Yxy36.02640.20520.2573
Hunter Lab60.0220-19.6147-32.3188
CIE-Lab66.5401-20.2389-34.5167

#06afdf color RGB value is (6,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101111 11011111
Octal 6 257 337
Decimal 6 175 223
Hex 6 AF DF

RGB Percentages of Color #06afdf

%1.49
%43.32
%55.20

CMYK Percentages of Color #06afdf

%97
%22
%0
%13

Triadic Colors of #06afdf

#06afdf #df06af #afdf06

Analogous Colors of #06afdf

#06afdf #0643df #06dfa3

Monochromatic Colors of #06afdf

#06afdf

Complementary Color

#06afdf #df3606

#06afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#06afdf Color CSS Codes

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

#06afdf Text Font Color

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

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


#06afdf Background Color

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

This div background color is #06afdf


#06afdf Border Color

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

This div border color is #06afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06afdf


Comments

No comments written yet.

Please login to write comment.