Color Hex Logo

#cee7db Color Hex

#CEE7DB
(206,231,219)
0 Favorites   0 Comments

Color spaces of #cee7db

RGB 206231219
HSL0.420.340.86
HSV151°11°91°
CMYK 0.110.000.05   0.09
XYZ66.815775.388178.0476
Yxy75.38810.30340.3423
Hunter Lab86.8263-14.58457.4830
CIE-Lab89.5745-10.48233.0345

#cee7db color RGB value is (206,231,219).

#cee7db hex color red value is 206, green value is 231 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cee7db hue: 0.42 , saturation: 0.34 and the lightness value of cee7db is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100111 11011011
Octal 316 347 333
Decimal 206 231 219
Hex CE E7 DB

RGB Percentages of Color #cee7db

%31.40
%35.21
%33.38

CMYK Percentages of Color #cee7db

%11
%0
%5
%9

Triadic Colors of #cee7db

#cee7db #dbcee7 #e7dbce

Analogous Colors of #cee7db

#cee7db #cee7e7 #cee7cf

Monochromatic Colors of #cee7db

#cee7db

Complementary Color

#cee7db #e7ceda

#cee7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee7db Color CSS Codes

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

#cee7db Text Font Color

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

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


#cee7db Background Color

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

This div background color is #cee7db


#cee7db Border Color

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

This div border color is #cee7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee7db


Comments

No comments written yet.

Please login to write comment.