Color Hex Logo

#cad989 Color Hex

#CAD989
(202,217,137)
0 Favorites   0 Comments

Color spaces of #cad989

RGB 202217137
HSL0.200.510.69
HSV71°37°85°
CMYK 0.070.000.37   0.15
XYZ53.685363.988433.1884
Yxy63.98840.35590.4242
Hunter Lab79.9927-20.191131.3959
CIE-Lab83.9597-17.551137.7463

#cad989 color RGB value is (202,217,137).

#cad989 hex color red value is 202, green value is 217 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cad989 hue: 0.20 , saturation: 0.51 and the lightness value of cad989 is 0.69.

The process color (four color CMYK) of #cad989 color hex is 0.07, 0.00, 0.37, 0.15. Web safe color of #cad989 is #cccc99. Color #cad989 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011001 10001001
Octal 312 331 211
Decimal 202 217 137
Hex CA D9 89

RGB Percentages of Color #cad989

%36.33
%39.03
%24.64

CMYK Percentages of Color #cad989

%7
%0
%37
%15

Triadic Colors of #cad989

#cad989 #89cad9 #d989ca

Analogous Colors of #cad989

#cad989 #a2d989 #d9c089

Monochromatic Colors of #cad989

#cad989

Complementary Color

#cad989 #9889d9

#cad989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad989 Color CSS Codes

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

#cad989 Text Font Color

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

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


#cad989 Background Color

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

This div background color is #cad989


#cad989 Border Color

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

This div border color is #cad989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad989


Comments

No comments written yet.

Please login to write comment.