Color Hex Logo

#cad772 Color Hex

#CAD772
(202,215,114)
0 Favorites   0 Comments

Color spaces of #cad772

RGB 202215114
HSL0.190.560.65
HSV68°47°84°
CMYK 0.060.000.47   0.16
XYZ51.694862.372325.2340
Yxy62.37230.37110.4478
Hunter Lab78.9761-21.368936.3393
CIE-Lab83.1110-19.065548.0319

#cad772 color RGB value is (202,215,114).

#cad772 hex color red value is 202, green value is 215 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cad772 hue: 0.19 , saturation: 0.56 and the lightness value of cad772 is 0.65.

The process color (four color CMYK) of #cad772 color hex is 0.06, 0.00, 0.47, 0.16. Web safe color of #cad772 is #cccc66. Color #cad772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010111 01110010
Octal 312 327 162
Decimal 202 215 114
Hex CA D7 72

RGB Percentages of Color #cad772

%38.04
%40.49
%21.47

CMYK Percentages of Color #cad772

%6
%0
%47
%16

Triadic Colors of #cad772

#cad772 #72cad7 #d772ca

Analogous Colors of #cad772

#cad772 #98d772 #d7b272

Monochromatic Colors of #cad772

#cad772

Complementary Color

#cad772 #7f72d7

#cad772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad772 Color CSS Codes

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

#cad772 Text Font Color

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

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


#cad772 Background Color

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

This div background color is #cad772


#cad772 Border Color

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

This div border color is #cad772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad772


Comments

No comments written yet.

Please login to write comment.