Color Hex Logo

#06adcc Color Hex

#06ADCC
(6,173,204)
0 Favorites   0 Comments

Color spaces of #06adcc

RGB 6173204
HSL0.530.940.41
HSV189°97°80°
CMYK 0.970.150.00   0.20
XYZ25.917834.285562.3785
Yxy34.28550.21140.2797
Hunter Lab58.5538-23.4594-22.1751
CIE-Lab65.1886-25.7181-26.1269

#06adcc color RGB value is (6,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101101 11001100
Octal 6 255 314
Decimal 6 173 204
Hex 6 AD CC

RGB Percentages of Color #06adcc

%1.57
%45.17
%53.26

CMYK Percentages of Color #06adcc

%97
%15
%0
%20

Triadic Colors of #06adcc

#06adcc #cc06ad #adcc06

Analogous Colors of #06adcc

#06adcc #064acc #06cc88

Monochromatic Colors of #06adcc

#06adcc

Complementary Color

#06adcc #cc2506

#06adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#06adcc Color CSS Codes

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

#06adcc Text Font Color

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

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


#06adcc Background Color

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

This div background color is #06adcc


#06adcc Border Color

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

This div border color is #06adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06adcc


Comments

No comments written yet.

Please login to write comment.