Color Hex Logo

#cde5cd Color Hex

#CDE5CD
(205,229,205)
1 Favorites   0 Comments

Color spaces of #cde5cd

RGB 205229205
HSL0.330.320.85
HSV120°10°90°
CMYK 0.100.000.10   0.10
XYZ64.215673.425568.5456
Yxy73.42550.31140.3561
Hunter Lab85.6887-16.186212.5538
CIE-Lab88.6503-12.34199.0213

#cde5cd color RGB value is (205,229,205).

#cde5cd hex color red value is 205, green value is 229 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cde5cd hue: 0.33 , saturation: 0.32 and the lightness value of cde5cd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 11001101
Octal 315 345 315
Decimal 205 229 205
Hex CD E5 CD

RGB Percentages of Color #cde5cd

%32.08
%35.84
%32.08

CMYK Percentages of Color #cde5cd

%10
%0
%10
%10

Triadic Colors of #cde5cd

#cde5cd #cdcde5 #e5cdcd

Analogous Colors of #cde5cd

#cde5cd #cde5d9 #d9e5cd

Monochromatic Colors of #cde5cd

#cde5cd

Complementary Color

#cde5cd #e5cde5

#cde5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde5cd Color CSS Codes

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

#cde5cd Text Font Color

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

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


#cde5cd Background Color

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

This div background color is #cde5cd


#cde5cd Border Color

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

This div border color is #cde5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde5cd


Comments

No comments written yet.

Please login to write comment.