Color Hex Logo

#cadeb0 Color Hex

#CADEB0
(202,222,176)
0 Favorites   0 Comments

Color spaces of #cadeb0

RGB 202222176
HSL0.240.410.78
HSV86°21°87°
CMYK 0.090.000.21   0.13
XYZ58.314967.933751.1133
Yxy67.93370.32880.3830
Hunter Lab82.4219-17.946520.9271
CIE-Lab85.9733-14.675620.3789

#cadeb0 color RGB value is (202,222,176).

#cadeb0 hex color red value is 202, green value is 222 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cadeb0 hue: 0.24 , saturation: 0.41 and the lightness value of cadeb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011110 10110000
Octal 312 336 260
Decimal 202 222 176
Hex CA DE B0

RGB Percentages of Color #cadeb0

%33.67
%37.00
%29.33

CMYK Percentages of Color #cadeb0

%9
%0
%21
%13

Triadic Colors of #cadeb0

#cadeb0 #b0cade #deb0ca

Analogous Colors of #cadeb0

#cadeb0 #b3deb0 #dedbb0

Monochromatic Colors of #cadeb0

#cadeb0

Complementary Color

#cadeb0 #c4b0de

#cadeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadeb0 Color CSS Codes

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

#cadeb0 Text Font Color

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

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


#cadeb0 Background Color

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

This div background color is #cadeb0


#cadeb0 Border Color

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

This div border color is #cadeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadeb0


Comments

No comments written yet.

Please login to write comment.