Color Hex Logo

#cad28c Color Hex

#CAD28C
(202,210,140)
0 Favorites   0 Comments

Color spaces of #cad28c

RGB 202210140
HSL0.190.440.69
HSV67°33°82°
CMYK 0.040.000.33   0.18
XYZ52.137360.543233.7490
Yxy60.54320.35610.4135
Hunter Lab77.8095-16.560328.7503
CIE-Lab82.1326-13.686833.8424

#cad28c color RGB value is (202,210,140).

#cad28c hex color red value is 202, green value is 210 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cad28c hue: 0.19 , saturation: 0.44 and the lightness value of cad28c is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010010 10001100
Octal 312 322 214
Decimal 202 210 140
Hex CA D2 8C

RGB Percentages of Color #cad28c

%36.59
%38.04
%25.36

CMYK Percentages of Color #cad28c

%4
%0
%33
%18

Triadic Colors of #cad28c

#cad28c #8ccad2 #d28cca

Analogous Colors of #cad28c

#cad28c #a7d28c #d2b78c

Monochromatic Colors of #cad28c

#cad28c

Complementary Color

#cad28c #948cd2

#cad28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad28c Color CSS Codes

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

#cad28c Text Font Color

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

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


#cad28c Background Color

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

This div background color is #cad28c


#cad28c Border Color

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

This div border color is #cad28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad28c

#cad28c Color Palettes


Comments

No comments written yet.

Please login to write comment.