Color Hex Logo

#cee3be Color Hex

#CEE3BE
(206,227,190)
0 Favorites   0 Comments

Color spaces of #cee3be

RGB 206227190
HSL0.260.400.82
HSV94°16°89°
CMYK 0.090.000.16   0.11
XYZ62.216971.777759.2905
Yxy71.77770.32190.3714
Hunter Lab84.7217-17.178417.8125
CIE-Lab87.8615-13.541915.7519

#cee3be color RGB value is (206,227,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100011 10111110
Octal 316 343 276
Decimal 206 227 190
Hex CE E3 BE

RGB Percentages of Color #cee3be

%33.07
%36.44
%30.50

CMYK Percentages of Color #cee3be

%9
%0
%16
%11

Triadic Colors of #cee3be

#cee3be #becee3 #e3bece

Analogous Colors of #cee3be

#cee3be #bee3c1 #e1e3be

Monochromatic Colors of #cee3be

#cee3be

Complementary Color

#cee3be #d3bee3

#cee3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee3be Color CSS Codes

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

#cee3be Text Font Color

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

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


#cee3be Background Color

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

This div background color is #cee3be


#cee3be Border Color

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

This div border color is #cee3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee3be

#cee3be Color Palettes


Comments

No comments written yet.

Please login to write comment.