Color Hex Logo

#cde1bd Color Hex

#CDE1BD
(205,225,189)
0 Favorites   0 Comments

Color spaces of #cde1bd

RGB 205225189
HSL0.260.380.81
HSV93°16°88°
CMYK 0.090.000.16   0.12
XYZ61.287470.503758.5225
Yxy70.50370.32200.3705
Hunter Lab83.9665-16.653617.4529
CIE-Lab87.2433-13.050315.3943

#cde1bd color RGB value is (205,225,189).

#cde1bd hex color red value is 205, green value is 225 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cde1bd hue: 0.26 , saturation: 0.38 and the lightness value of cde1bd is 0.81.

The process color (four color CMYK) of #cde1bd color hex is 0.09, 0.00, 0.16, 0.12. Web safe color of #cde1bd is #cccccc. Color #cde1bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 10111101
Octal 315 341 275
Decimal 205 225 189
Hex CD E1 BD

RGB Percentages of Color #cde1bd

%33.12
%36.35
%30.53

CMYK Percentages of Color #cde1bd

%9
%0
%16
%12

Triadic Colors of #cde1bd

#cde1bd #bdcde1 #e1bdcd

Analogous Colors of #cde1bd

#cde1bd #bde1bf #dfe1bd

Monochromatic Colors of #cde1bd

#cde1bd

Complementary Color

#cde1bd #d1bde1

#cde1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde1bd Color CSS Codes

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

#cde1bd Text Font Color

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

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


#cde1bd Background Color

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

This div background color is #cde1bd


#cde1bd Border Color

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

This div border color is #cde1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde1bd


Comments

No comments written yet.

Please login to write comment.