Color Hex Logo

#cde5a4 Color Hex

#CDE5A4
(205,229,164)
0 Favorites   0 Comments

Color spaces of #cde5a4

RGB 205229164
HSL0.230.560.77
HSV82°28°90°
CMYK 0.100.000.28   0.10
XYZ59.897071.698145.8042
Yxy71.69810.33760.4042
Hunter Lab84.6747-21.913927.1998
CIE-Lab87.8231-18.840829.1478

#cde5a4 color RGB value is (205,229,164).

#cde5a4 hex color red value is 205, green value is 229 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #cde5a4 hue: 0.23 , saturation: 0.56 and the lightness value of cde5a4 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 10100100
Octal 315 345 244
Decimal 205 229 164
Hex CD E5 A4

RGB Percentages of Color #cde5a4

%34.28
%38.29
%27.42

CMYK Percentages of Color #cde5a4

%10
%0
%28
%10

Triadic Colors of #cde5a4

#cde5a4 #a4cde5 #e5a4cd

Analogous Colors of #cde5a4

#cde5a4 #ade5a4 #e5dda4

Monochromatic Colors of #cde5a4

#cde5a4

Complementary Color

#cde5a4 #bca4e5

#cde5a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde5a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde5a4 Color CSS Codes

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

#cde5a4 Text Font Color

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

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


#cde5a4 Background Color

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

This div background color is #cde5a4


#cde5a4 Border Color

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

This div border color is #cde5a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde5a4


Comments

No comments written yet.

Please login to write comment.