Color Hex Logo

#cad58a Color Hex

#CAD58A
(202,213,138)
0 Favorites   0 Comments

Color spaces of #cad58a

RGB 202213138
HSL0.190.470.69
HSV69°35°84°
CMYK 0.050.000.35   0.16
XYZ52.738861.980033.2285
Yxy61.98000.35650.4189
Hunter Lab78.7274-18.197330.0846
CIE-Lab82.9028-15.438735.8698

#cad58a color RGB value is (202,213,138).

#cad58a hex color red value is 202, green value is 213 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cad58a hue: 0.19 , saturation: 0.47 and the lightness value of cad58a is 0.69.

The process color (four color CMYK) of #cad58a color hex is 0.05, 0.00, 0.35, 0.16. Web safe color of #cad58a is #cccc99. Color #cad58a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010101 10001010
Octal 312 325 212
Decimal 202 213 138
Hex CA D5 8A

RGB Percentages of Color #cad58a

%36.53
%38.52
%24.95

CMYK Percentages of Color #cad58a

%5
%0
%35
%16

Triadic Colors of #cad58a

#cad58a #8acad5 #d58aca

Analogous Colors of #cad58a

#cad58a #a5d58a #d5bb8a

Monochromatic Colors of #cad58a

#cad58a

Complementary Color

#cad58a #958ad5

#cad58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad58a Color CSS Codes

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

#cad58a Text Font Color

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

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


#cad58a Background Color

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

This div background color is #cad58a


#cad58a Border Color

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

This div border color is #cad58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad58a


Comments

No comments written yet.

Please login to write comment.