Color Hex Logo

#cde6bd Color Hex

#CDE6BD
(205,230,189)
0 Favorites   0 Comments

Color spaces of #cde6bd

RGB 205230189
HSL0.270.450.82
HSV97°18°90°
CMYK 0.110.000.18   0.10
XYZ62.659073.246958.9797
Yxy73.24690.32150.3758
Hunter Lab85.5844-19.087319.0499
CIE-Lab88.5653-15.549917.2513

#cde6bd color RGB value is (205,230,189).

#cde6bd hex color red value is 205, green value is 230 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cde6bd hue: 0.27 , saturation: 0.45 and the lightness value of cde6bd is 0.82.

The process color (four color CMYK) of #cde6bd color hex is 0.11, 0.00, 0.18, 0.10. Web safe color of #cde6bd is #ccffcc. Color #cde6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 10111101
Octal 315 346 275
Decimal 205 230 189
Hex CD E6 BD

RGB Percentages of Color #cde6bd

%32.85
%36.86
%30.29

CMYK Percentages of Color #cde6bd

%11
%0
%18
%10

Triadic Colors of #cde6bd

#cde6bd #bdcde6 #e6bdcd

Analogous Colors of #cde6bd

#cde6bd #bde6c2 #e2e6bd

Monochromatic Colors of #cde6bd

#cde6bd

Complementary Color

#cde6bd #d6bde6

#cde6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde6bd Color CSS Codes

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

#cde6bd Text Font Color

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

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


#cde6bd Background Color

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

This div background color is #cde6bd


#cde6bd Border Color

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

This div border color is #cde6bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,230,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 #cde6bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde6bd


Comments

No comments written yet.

Please login to write comment.