Color Hex Logo

#cde4ab Color Hex

#CDE4AB
(205,228,171)
0 Favorites   0 Comments

Color spaces of #cde4ab

RGB 205228171
HSL0.230.510.78
HSV84°25°89°
CMYK 0.100.000.25   0.11
XYZ60.270971.406249.1342
Yxy71.40620.33330.3949
Hunter Lab84.5022-20.564324.6771
CIE-Lab87.6820-17.342525.3576

#cde4ab color RGB value is (205,228,171).

#cde4ab hex color red value is 205, green value is 228 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cde4ab hue: 0.23 , saturation: 0.51 and the lightness value of cde4ab is 0.78.

The process color (four color CMYK) of #cde4ab color hex is 0.10, 0.00, 0.25, 0.11. Web safe color of #cde4ab is #cccc99. Color #cde4ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100100 10101011
Octal 315 344 253
Decimal 205 228 171
Hex CD E4 AB

RGB Percentages of Color #cde4ab

%33.94
%37.75
%28.31

CMYK Percentages of Color #cde4ab

%10
%0
%25
%11

Triadic Colors of #cde4ab

#cde4ab #abcde4 #e4abcd

Analogous Colors of #cde4ab

#cde4ab #b1e4ab #e4dfab

Monochromatic Colors of #cde4ab

#cde4ab

Complementary Color

#cde4ab #c2abe4

#cde4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde4ab Color CSS Codes

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

#cde4ab Text Font Color

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

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


#cde4ab Background Color

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

This div background color is #cde4ab


#cde4ab Border Color

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

This div border color is #cde4ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,228,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cde4ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cde4ab;
  -webkit-box-shadow: 1px 1px 3px 2px #cde4ab;
  box-shadow:         1px 1px 3px 2px #cde4ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,228,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde4ab


Comments

No comments written yet.

Please login to write comment.