Color Hex Logo

#cee7cb Color Hex

#CEE7CB
(206,231,203)
0 Favorites   0 Comments

Color spaces of #cee7cb

RGB 206231203
HSL0.320.370.85
HSV114°12°91°
CMYK 0.110.000.12   0.09
XYZ64.809074.585467.4805
Yxy74.58540.31330.3605
Hunter Lab86.3628-17.183814.1271
CIE-Lab89.1984-13.357510.8589

#cee7cb color RGB value is (206,231,203).

#cee7cb hex color red value is 206, green value is 231 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cee7cb hue: 0.32 , saturation: 0.37 and the lightness value of cee7cb is 0.85.

The process color (four color CMYK) of #cee7cb color hex is 0.11, 0.00, 0.12, 0.09. Web safe color of #cee7cb is #ccffcc. Color #cee7cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100111 11001011
Octal 316 347 313
Decimal 206 231 203
Hex CE E7 CB

RGB Percentages of Color #cee7cb

%32.19
%36.09
%31.72

CMYK Percentages of Color #cee7cb

%11
%0
%12
%9

Triadic Colors of #cee7cb

#cee7cb #cbcee7 #e7cbce

Analogous Colors of #cee7cb

#cee7cb #cbe7d6 #dce7cb

Monochromatic Colors of #cee7cb

#cee7cb

Complementary Color

#cee7cb #e4cbe7

#cee7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee7cb Color CSS Codes

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

#cee7cb Text Font Color

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

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


#cee7cb Background Color

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

This div background color is #cee7cb


#cee7cb Border Color

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

This div border color is #cee7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee7cb

#cee7cb Color Palettes


Comments

No comments written yet.

Please login to write comment.