Color Hex Logo

#06acdd Color Hex

#06ACDD
(6,172,221)
0 Favorites   0 Comments

Color spaces of #06acdd

RGB 6172221
HSL0.540.950.45
HSV194°97°87°
CMYK 0.970.220.00   0.13
XYZ27.878834.764273.6474
Yxy34.76420.20460.2551
Hunter Lab58.9612-18.7813-32.7853
CIE-Lab65.5647-19.3599-34.9327

#06acdd color RGB value is (6,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101100 11011101
Octal 6 254 335
Decimal 6 172 221
Hex 6 AC DD

RGB Percentages of Color #06acdd

%1.50
%43.11
%55.39

CMYK Percentages of Color #06acdd

%97
%22
%0
%13

Triadic Colors of #06acdd

#06acdd #dd06ac #acdd06

Analogous Colors of #06acdd

#06acdd #0641dd #06dda3

Monochromatic Colors of #06acdd

#06acdd

Complementary Color

#06acdd #dd3706

#06acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06acdd Color CSS Codes

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

#06acdd Text Font Color

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

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


#06acdd Background Color

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

This div background color is #06acdd


#06acdd Border Color

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

This div border color is #06acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06acdd


Comments

No comments written yet.

Please login to write comment.