Color Hex Logo

#cee1be Color Hex

#CEE1BE
(206,225,190)
0 Favorites   0 Comments

Color spaces of #cee1be

RGB 206225190
HSL0.260.370.81
HSV93°16°88°
CMYK 0.080.000.16   0.12
XYZ61.673170.689959.1092
Yxy70.68990.32210.3692
Hunter Lab84.0773-16.200417.1712
CIE-Lab87.3341-12.537415.0093

#cee1be color RGB value is (206,225,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 10111110
Octal 316 341 276
Decimal 206 225 190
Hex CE E1 BE

RGB Percentages of Color #cee1be

%33.17
%36.23
%30.60

CMYK Percentages of Color #cee1be

%8
%0
%16
%12

Triadic Colors of #cee1be

#cee1be #becee1 #e1bece

Analogous Colors of #cee1be

#cee1be #bee1c0 #e0e1be

Monochromatic Colors of #cee1be

#cee1be

Complementary Color

#cee1be #d1bee1

#cee1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee1be Color CSS Codes

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

#cee1be Text Font Color

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

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


#cee1be Background Color

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

This div background color is #cee1be


#cee1be Border Color

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

This div border color is #cee1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee1be


Comments

No comments written yet.

Please login to write comment.