Color Hex Logo

#05ca9a Color Hex

#05CA9A
(5,202,154)
0 Favorites   0 Comments

Color spaces of #05ca9a

RGB 5202154
HSL0.460.950.41
HSV165°98°79°
CMYK 0.980.000.24   0.21
XYZ27.015944.606437.7579
Yxy44.60640.24700.4078
Hunter Lab66.7880-44.675413.2326
CIE-Lab72.6320-53.285912.3020

#05ca9a color RGB value is (5,202,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001010 10011010
Octal 5 312 232
Decimal 5 202 154
Hex 5 CA 9A

RGB Percentages of Color #05ca9a

%1.39
%55.96
%42.66

CMYK Percentages of Color #05ca9a

%98
%0
%24
%21

Triadic Colors of #05ca9a

#05ca9a #9a05ca #ca9a05

Analogous Colors of #05ca9a

#05ca9a #0598ca #05ca38

Monochromatic Colors of #05ca9a

#05ca9a

Complementary Color

#05ca9a #ca0535

#05ca9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05ca9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05ca9a Color CSS Codes

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

#05ca9a Text Font Color

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

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


#05ca9a Background Color

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

This div background color is #05ca9a


#05ca9a Border Color

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

This div border color is #05ca9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05ca9a


Comments

No comments written yet.

Please login to write comment.