Color Hex Logo

#cee0be Color Hex

#CEE0BE
(206,224,190)
0 Favorites   0 Comments

Color spaces of #cee0be

RGB 206224190
HSL0.250.350.81
HSV92°15°88°
CMYK 0.080.000.15   0.12
XYZ61.403570.150859.0194
Yxy70.15080.32220.3681
Hunter Lab83.7561-15.710716.8501
CIE-Lab87.0708-12.033914.6379

#cee0be color RGB value is (206,224,190).

#cee0be hex color red value is 206, green value is 224 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cee0be hue: 0.25 , saturation: 0.35 and the lightness value of cee0be is 0.81.

The process color (four color CMYK) of #cee0be color hex is 0.08, 0.00, 0.15, 0.12. Web safe color of #cee0be is #cccccc. Color #cee0be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 10111110
Octal 316 340 276
Decimal 206 224 190
Hex CE E0 BE

RGB Percentages of Color #cee0be

%33.23
%36.13
%30.65

CMYK Percentages of Color #cee0be

%8
%0
%15
%12

Triadic Colors of #cee0be

#cee0be #becee0 #e0bece

Analogous Colors of #cee0be

#cee0be #bee0bf #dfe0be

Monochromatic Colors of #cee0be

#cee0be

Complementary Color

#cee0be #d0bee0

#cee0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee0be Color CSS Codes

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

#cee0be Text Font Color

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

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


#cee0be Background Color

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

This div background color is #cee0be


#cee0be Border Color

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

This div border color is #cee0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee0be


Comments

No comments written yet.

Please login to write comment.