Color Hex Logo

#cee3bd Color Hex

#CEE3BD
(206,227,189)
0 Favorites   0 Comments

Color spaces of #cee3bd

RGB 206227189
HSL0.260.400.82
HSV93°17°89°
CMYK 0.090.000.17   0.11
XYZ62.108071.734158.7167
Yxy71.73410.32250.3725
Hunter Lab84.6960-17.323018.1836
CIE-Lab87.8404-13.704716.2442

#cee3bd color RGB value is (206,227,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100011 10111101
Octal 316 343 275
Decimal 206 227 189
Hex CE E3 BD

RGB Percentages of Color #cee3bd

%33.12
%36.50
%30.39

CMYK Percentages of Color #cee3bd

%9
%0
%17
%11

Triadic Colors of #cee3bd

#cee3bd #bdcee3 #e3bdce

Analogous Colors of #cee3bd

#cee3bd #bde3bf #e1e3bd

Monochromatic Colors of #cee3bd

#cee3bd

Complementary Color

#cee3bd #d2bde3

#cee3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee3bd Color CSS Codes

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

#cee3bd Text Font Color

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

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


#cee3bd Background Color

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

This div background color is #cee3bd


#cee3bd Border Color

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

This div border color is #cee3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee3bd


Comments

No comments written yet.

Please login to write comment.