Color Hex Logo

#cad893 Color Hex

#CAD893
(202,216,147)
0 Favorites   0 Comments

Color spaces of #cad893

RGB 202216147
HSL0.200.470.71
HSV72°32°85°
CMYK 0.060.000.32   0.15
XYZ54.179463.774937.0580
Yxy63.77490.34950.4114
Hunter Lab79.8592-18.652628.3884
CIE-Lab83.8484-15.807332.5144

#cad893 color RGB value is (202,216,147).

#cad893 hex color red value is 202, green value is 216 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cad893 hue: 0.20 , saturation: 0.47 and the lightness value of cad893 is 0.71.

The process color (four color CMYK) of #cad893 color hex is 0.06, 0.00, 0.32, 0.15. Web safe color of #cad893 is #cccc99. Color #cad893 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011000 10010011
Octal 312 330 223
Decimal 202 216 147
Hex CA D8 93

RGB Percentages of Color #cad893

%35.75
%38.23
%26.02

CMYK Percentages of Color #cad893

%6
%0
%32
%15

Triadic Colors of #cad893

#cad893 #93cad8 #d893ca

Analogous Colors of #cad893

#cad893 #a8d893 #d8c493

Monochromatic Colors of #cad893

#cad893

Complementary Color

#cad893 #a193d8

#cad893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad893 Color CSS Codes

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

#cad893 Text Font Color

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

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


#cad893 Background Color

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

This div background color is #cad893


#cad893 Border Color

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

This div border color is #cad893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad893


Comments

No comments written yet.

Please login to write comment.