Color Hex Logo

#cde4aa Color Hex

#CDE4AA
(205,228,170)
0 Favorites   0 Comments

Color spaces of #cde4aa

RGB 205228170
HSL0.230.520.78
HSV84°25°89°
CMYK 0.100.000.25   0.11
XYZ60.175971.368248.6340
Yxy71.36820.33400.3961
Hunter Lab84.4797-20.691825.0032
CIE-Lab87.6636-17.489125.8482

#cde4aa color RGB value is (205,228,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100100 10101010
Octal 315 344 252
Decimal 205 228 170
Hex CD E4 AA

RGB Percentages of Color #cde4aa

%34.00
%37.81
%28.19

CMYK Percentages of Color #cde4aa

%10
%0
%25
%11

Triadic Colors of #cde4aa

#cde4aa #aacde4 #e4aacd

Analogous Colors of #cde4aa

#cde4aa #b0e4aa #e4deaa

Monochromatic Colors of #cde4aa

#cde4aa

Complementary Color

#cde4aa #c1aae4

#cde4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde4aa Color CSS Codes

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

#cde4aa Text Font Color

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

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


#cde4aa Background Color

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

This div background color is #cde4aa


#cde4aa Border Color

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

This div border color is #cde4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde4aa


Comments

No comments written yet.

Please login to write comment.