Color Hex Logo

#cee5be Color Hex

#CEE5BE
(206,229,190)
0 Favorites   0 Comments

Color spaces of #cee5be

RGB 206229190
HSL0.260.430.82
HSV95°17°90°
CMYK 0.100.000.17   0.10
XYZ62.767272.878159.4739
Yxy72.87810.32170.3735
Hunter Lab85.3687-18.153318.4524
CIE-Lab88.3895-14.541916.4941

#cee5be color RGB value is (206,229,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 10111110
Octal 316 345 276
Decimal 206 229 190
Hex CE E5 BE

RGB Percentages of Color #cee5be

%32.96
%36.64
%30.40

CMYK Percentages of Color #cee5be

%10
%0
%17
%10

Triadic Colors of #cee5be

#cee5be #becee5 #e5bece

Analogous Colors of #cee5be

#cee5be #bee5c2 #e2e5be

Monochromatic Colors of #cee5be

#cee5be

Complementary Color

#cee5be #d5bee5

#cee5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee5be Color CSS Codes

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

#cee5be Text Font Color

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

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


#cee5be Background Color

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

This div background color is #cee5be


#cee5be Border Color

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

This div border color is #cee5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee5be

#cee5be Color Palettes


Comments

No comments written yet.

Please login to write comment.