Color Hex Logo

#cadd8c Color Hex

#CADD8C
(202,221,140)
0 Favorites   0 Comments

Color spaces of #cadd8c

RGB 202221140
HSL0.210.540.71
HSV74°37°87°
CMYK 0.090.000.37   0.13
XYZ54.947266.162934.6856
Yxy66.16290.35270.4247
Hunter Lab81.3406-21.765731.6557
CIE-Lab85.0794-19.164237.6826

#cadd8c color RGB value is (202,221,140).

#cadd8c hex color red value is 202, green value is 221 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cadd8c hue: 0.21 , saturation: 0.54 and the lightness value of cadd8c is 0.71.

The process color (four color CMYK) of #cadd8c color hex is 0.09, 0.00, 0.37, 0.13. Web safe color of #cadd8c is #cccc99. Color #cadd8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 10001100
Octal 312 335 214
Decimal 202 221 140
Hex CA DD 8C

RGB Percentages of Color #cadd8c

%35.88
%39.25
%24.87

CMYK Percentages of Color #cadd8c

%9
%0
%37
%13

Triadic Colors of #cadd8c

#cadd8c #8ccadd #dd8cca

Analogous Colors of #cadd8c

#cadd8c #a2dd8c #ddc88c

Monochromatic Colors of #cadd8c

#cadd8c

Complementary Color

#cadd8c #9f8cdd

#cadd8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd8c Color CSS Codes

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

#cadd8c Text Font Color

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

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


#cadd8c Background Color

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

This div background color is #cadd8c


#cadd8c Border Color

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

This div border color is #cadd8c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,221,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 #cadd8c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd8c


Comments

No comments written yet.

Please login to write comment.