Color Hex Logo

#cadd8b Color Hex

#CADD8B
(202,221,139)
0 Favorites   0 Comments

Color spaces of #cadd8b

RGB 202221139
HSL0.210.550.71
HSV74°37°87°
CMYK 0.090.000.37   0.13
XYZ54.873866.133534.2990
Yxy66.13350.35330.4258
Hunter Lab81.3225-21.868431.9193
CIE-Lab85.0645-19.285238.1661

#cadd8b color RGB value is (202,221,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 10001011
Octal 312 335 213
Decimal 202 221 139
Hex CA DD 8B

RGB Percentages of Color #cadd8b

%35.94
%39.32
%24.73

CMYK Percentages of Color #cadd8b

%9
%0
%37
%13

Triadic Colors of #cadd8b

#cadd8b #8bcadd #dd8bca

Analogous Colors of #cadd8b

#cadd8b #a1dd8b #ddc78b

Monochromatic Colors of #cadd8b

#cadd8b

Complementary Color

#cadd8b #9e8bdd

#cadd8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd8b Color CSS Codes

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

#cadd8b Text Font Color

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

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


#cadd8b Background Color

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

This div background color is #cadd8b


#cadd8b Border Color

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

This div border color is #cadd8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd8b


Comments

No comments written yet.

Please login to write comment.