Color Hex Logo

#06acde Color Hex

#06ACDE
(6,172,222)
0 Favorites   0 Comments

Color spaces of #06acde

RGB 6172222
HSL0.540.950.45
HSV194°97°87°
CMYK 0.970.230.00   0.13
XYZ28.012434.817774.3513
Yxy34.81770.20420.2538
Hunter Lab59.0065-18.5214-33.4039
CIE-Lab65.6065-19.0103-35.4181

#06acde color RGB value is (6,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101100 11011110
Octal 6 254 336
Decimal 6 172 222
Hex 6 AC DE

RGB Percentages of Color #06acde

%1.50
%43.00
%55.50

CMYK Percentages of Color #06acde

%97
%23
%0
%13

Triadic Colors of #06acde

#06acde #de06ac #acde06

Analogous Colors of #06acde

#06acde #0640de #06dea4

Monochromatic Colors of #06acde

#06acde

Complementary Color

#06acde #de3806

#06acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#06acde Color CSS Codes

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

#06acde Text Font Color

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

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


#06acde Background Color

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

This div background color is #06acde


#06acde Border Color

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

This div border color is #06acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06acde


Comments

No comments written yet.

Please login to write comment.