Color Hex Logo

#cad285 Color Hex

#CAD285
(202,210,133)
0 Favorites   0 Comments

Color spaces of #cad285

RGB 202210133
HSL0.180.460.67
HSV66°37°82°
CMYK 0.040.000.37   0.18
XYZ51.637460.343231.1161
Yxy60.34320.36090.4217
Hunter Lab77.6809-17.285930.6272
CIE-Lab82.0244-14.532837.2714

#cad285 color RGB value is (202,210,133).

#cad285 hex color red value is 202, green value is 210 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cad285 hue: 0.18 , saturation: 0.46 and the lightness value of cad285 is 0.67.

The process color (four color CMYK) of #cad285 color hex is 0.04, 0.00, 0.37, 0.18. Web safe color of #cad285 is #cccc99. Color #cad285 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010010 10000101
Octal 312 322 205
Decimal 202 210 133
Hex CA D2 85

RGB Percentages of Color #cad285

%37.06
%38.53
%24.40

CMYK Percentages of Color #cad285

%4
%0
%37
%18

Triadic Colors of #cad285

#cad285 #85cad2 #d285ca

Analogous Colors of #cad285

#cad285 #a4d285 #d2b485

Monochromatic Colors of #cad285

#cad285

Complementary Color

#cad285 #8d85d2

#cad285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad285 Color CSS Codes

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

#cad285 Text Font Color

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

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


#cad285 Background Color

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

This div background color is #cad285


#cad285 Border Color

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

This div border color is #cad285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad285


Comments

No comments written yet.

Please login to write comment.