Color Hex Logo

#cad55a Color Hex

#CAD55A
(202,213,90)
0 Favorites   0 Comments

Color spaces of #cad55a

RGB 20221390
HSL0.180.590.59
HSV65°58°84°
CMYK 0.050.000.58   0.16
XYZ49.996860.883218.7894
Yxy60.88320.38560.4695
Hunter Lab78.0277-22.173340.3421
CIE-Lab82.3159-20.156858.1626

#cad55a color RGB value is (202,213,90).

#cad55a hex color red value is 202, green value is 213 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cad55a hue: 0.18 , saturation: 0.59 and the lightness value of cad55a is 0.59.

The process color (four color CMYK) of #cad55a color hex is 0.05, 0.00, 0.58, 0.16. Web safe color of #cad55a is #cccc66. Color #cad55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010101 01011010
Octal 312 325 132
Decimal 202 213 90
Hex CA D5 5A

RGB Percentages of Color #cad55a

%40.00
%42.18
%17.82

CMYK Percentages of Color #cad55a

%5
%0
%58
%16

Triadic Colors of #cad55a

#cad55a #5acad5 #d55aca

Analogous Colors of #cad55a

#cad55a #8dd55a #d5a35a

Monochromatic Colors of #cad55a

#cad55a

Complementary Color

#cad55a #655ad5

#cad55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad55a Color CSS Codes

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

#cad55a Text Font Color

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

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


#cad55a Background Color

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

This div background color is #cad55a


#cad55a Border Color

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

This div border color is #cad55a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,213,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cad55a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cad55a;
  -webkit-box-shadow: 1px 1px 3px 2px #cad55a;
  box-shadow:         1px 1px 3px 2px #cad55a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad55a


Comments

No comments written yet.

Please login to write comment.