Color Hex Logo

#cee5bd Color Hex

#CEE5BD
(206,229,189)
0 Favorites   0 Comments

Color spaces of #cee5bd

RGB 206229189
HSL0.260.430.82
HSV95°17°90°
CMYK 0.100.000.17   0.10
XYZ62.658272.834658.9001
Yxy72.83460.32230.3747
Hunter Lab85.3432-18.297518.8209
CIE-Lab88.3688-14.704516.9858

#cee5bd color RGB value is (206,229,189).

#cee5bd hex color red value is 206, green value is 229 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cee5bd hue: 0.26 , saturation: 0.43 and the lightness value of cee5bd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 10111101
Octal 316 345 275
Decimal 206 229 189
Hex CE E5 BD

RGB Percentages of Color #cee5bd

%33.01
%36.70
%30.29

CMYK Percentages of Color #cee5bd

%10
%0
%17
%10

Triadic Colors of #cee5bd

#cee5bd #bdcee5 #e5bdce

Analogous Colors of #cee5bd

#cee5bd #bde5c0 #e2e5bd

Monochromatic Colors of #cee5bd

#cee5bd

Complementary Color

#cee5bd #d4bde5

#cee5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee5bd Color CSS Codes

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

#cee5bd Text Font Color

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

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


#cee5bd Background Color

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

This div background color is #cee5bd


#cee5bd Border Color

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

This div border color is #cee5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee5bd


Comments

No comments written yet.

Please login to write comment.