Color Hex Logo

#06adcd Color Hex

#06ADCD
(6,173,205)
0 Favorites   0 Comments

Color spaces of #06adcd

RGB 6173205
HSL0.530.940.41
HSV190°97°80°
CMYK 0.970.160.00   0.20
XYZ26.038134.333663.0123
Yxy34.33360.21100.2783
Hunter Lab58.5949-23.2201-22.7434
CIE-Lab65.2265-25.3808-26.6221

#06adcd color RGB value is (6,173,205).

#06adcd hex color red value is 6, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #06adcd hue: 0.53 , saturation: 0.94 and the lightness value of 06adcd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101101 11001101
Octal 6 255 315
Decimal 6 173 205
Hex 6 AD CD

RGB Percentages of Color #06adcd

%1.56
%45.05
%53.39

CMYK Percentages of Color #06adcd

%97
%16
%0
%20

Triadic Colors of #06adcd

#06adcd #cd06ad #adcd06

Analogous Colors of #06adcd

#06adcd #064acd #06cd8a

Monochromatic Colors of #06adcd

#06adcd

Complementary Color

#06adcd #cd2606

#06adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06adcd Color CSS Codes

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

#06adcd Text Font Color

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

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


#06adcd Background Color

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

This div background color is #06adcd


#06adcd Border Color

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

This div border color is #06adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06adcd


Comments

No comments written yet.

Please login to write comment.