Color Hex Logo

#cee6be Color Hex

#CEE6BE
(206,230,190)
0 Favorites   0 Comments

Color spaces of #cee6be

RGB 206230190
HSL0.270.440.82
HSV96°17°90°
CMYK 0.100.000.17   0.10
XYZ63.044773.433159.5664
Yxy73.43310.32160.3746
Hunter Lab85.6931-18.639918.7719
CIE-Lab88.6539-15.040516.8652

#cee6be color RGB value is (206,230,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100110 10111110
Octal 316 346 276
Decimal 206 230 190
Hex CE E6 BE

RGB Percentages of Color #cee6be

%32.91
%36.74
%30.35

CMYK Percentages of Color #cee6be

%10
%0
%17
%10

Triadic Colors of #cee6be

#cee6be #becee6 #e6bece

Analogous Colors of #cee6be

#cee6be #bee6c2 #e2e6be

Monochromatic Colors of #cee6be

#cee6be

Complementary Color

#cee6be #d6bee6

#cee6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee6be Color CSS Codes

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

#cee6be Text Font Color

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

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


#cee6be Background Color

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

This div background color is #cee6be


#cee6be Border Color

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

This div border color is #cee6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee6be


Comments

No comments written yet.

Please login to write comment.