Color Hex Logo

#cad38a Color Hex

#CAD38A
(202,211,138)
0 Favorites   0 Comments

Color spaces of #cad38a

RGB 202211138
HSL0.190.450.68
HSV67°35°83°
CMYK 0.040.000.35   0.17
XYZ52.238860.980133.0618
Yxy60.98010.35710.4169
Hunter Lab78.0898-17.248029.5605
CIE-Lab82.3680-14.436435.1734

#cad38a color RGB value is (202,211,138).

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

The process color (four color CMYK) of #cad38a color hex is 0.04, 0.00, 0.35, 0.17. Web safe color of #cad38a is #cccc99. Color #cad38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010011 10001010
Octal 312 323 212
Decimal 202 211 138
Hex CA D3 8A

RGB Percentages of Color #cad38a

%36.66
%38.29
%25.05

CMYK Percentages of Color #cad38a

%4
%0
%35
%17

Triadic Colors of #cad38a

#cad38a #8acad3 #d38aca

Analogous Colors of #cad38a

#cad38a #a6d38a #d3b88a

Monochromatic Colors of #cad38a

#cad38a

Complementary Color

#cad38a #938ad3

#cad38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad38a Color CSS Codes

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

#cad38a Text Font Color

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

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


#cad38a Background Color

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

This div background color is #cad38a


#cad38a Border Color

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

This div border color is #cad38a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,211,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 #cad38a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad38a


Comments

No comments written yet.

Please login to write comment.