Color Hex Logo

#cade9b Color Hex

#CADE9B
(202,222,155)
0 Favorites   0 Comments

Color spaces of #cade9b

RGB 202222155
HSL0.220.500.74
HSV78°30°87°
CMYK 0.090.000.30   0.13
XYZ56.394867.165741.0023
Yxy67.16570.34270.4081
Hunter Lab81.9547-20.591027.7052
CIE-Lab85.5876-17.728230.7247

#cade9b color RGB value is (202,222,155).

#cade9b hex color red value is 202, green value is 222 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cade9b hue: 0.22 , saturation: 0.50 and the lightness value of cade9b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011110 10011011
Octal 312 336 233
Decimal 202 222 155
Hex CA DE 9B

RGB Percentages of Color #cade9b

%34.89
%38.34
%26.77

CMYK Percentages of Color #cade9b

%9
%0
%30
%13

Triadic Colors of #cade9b

#cade9b #9bcade #de9bca

Analogous Colors of #cade9b

#cade9b #a9de9b #ded19b

Monochromatic Colors of #cade9b

#cade9b

Complementary Color

#cade9b #af9bde

#cade9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cade9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cade9b Color CSS Codes

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

#cade9b Text Font Color

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

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


#cade9b Background Color

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

This div background color is #cade9b


#cade9b Border Color

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

This div border color is #cade9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cade9b


Comments

No comments written yet.

Please login to write comment.