Color Hex Logo

#05ccae Color Hex

#05CCAE
(5,204,174)
0 Favorites   0 Comments

Color spaces of #05ccae

RGB 5204174
HSL0.470.950.41
HSV171°98°80°
CMYK 0.980.000.15   0.20
XYZ29.295446.274047.4321
Yxy46.27400.23820.3762
Hunter Lab68.0250-42.17166.2761
CIE-Lab73.7230-48.99093.0826

#05ccae color RGB value is (5,204,174).

#05ccae hex color red value is 5, green value is 204 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #05ccae hue: 0.47 , saturation: 0.95 and the lightness value of 05ccae is 0.41.

The process color (four color CMYK) of #05ccae color hex is 0.98, 0.00, 0.15, 0.20. Web safe color of #05ccae is #00cc99. Color #05ccae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001100 10101110
Octal 5 314 256
Decimal 5 204 174
Hex 5 CC AE

RGB Percentages of Color #05ccae

%1.31
%53.26
%45.43

CMYK Percentages of Color #05ccae

%98
%0
%15
%20

Triadic Colors of #05ccae

#05ccae #ae05cc #ccae05

Analogous Colors of #05ccae

#05ccae #0587cc #05cc4b

Monochromatic Colors of #05ccae

#05ccae

Complementary Color

#05ccae #cc0523

#05ccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05ccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#05ccae Color CSS Codes

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

#05ccae Text Font Color

<p style="color:#05ccae">Text here</p>

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


#05ccae Background Color

<div style="background-color:#05ccae">
Div content here</div>

This div background color is #05ccae


#05ccae Border Color

<div style="border:3px solid #05ccae">
Div here</div>

This div border color is #05ccae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,204,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05ccae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05ccae;
  -webkit-box-shadow: 1px 1px 3px 2px #05ccae;
  box-shadow:         1px 1px 3px 2px #05ccae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05ccae


Comments

No comments written yet.

Please login to write comment.