Color Hex Logo

#cbe9db Color Hex

#CBE9DB
(203,233,219)
0 Favorites   0 Comments

Color spaces of #cbe9db

RGB 203233219
HSL0.420.410.85
HSV152°13°91°
CMYK 0.130.000.06   0.09
XYZ66.553776.088878.1967
Yxy76.08880.30140.3445
Hunter Lab87.2289-16.45907.9095
CIE-Lab89.9006-12.46963.4828

#cbe9db color RGB value is (203,233,219).

#cbe9db hex color red value is 203, green value is 233 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbe9db hue: 0.42 , saturation: 0.41 and the lightness value of cbe9db is 0.85.

The process color (four color CMYK) of #cbe9db color hex is 0.13, 0.00, 0.06, 0.09. Web safe color of #cbe9db is #ccffcc. Color #cbe9db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 11011011
Octal 313 351 333
Decimal 203 233 219
Hex CB E9 DB

RGB Percentages of Color #cbe9db

%30.99
%35.57
%33.44

CMYK Percentages of Color #cbe9db

%13
%0
%6
%9

Triadic Colors of #cbe9db

#cbe9db #dbcbe9 #e9dbcb

Analogous Colors of #cbe9db

#cbe9db #cbe8e9 #cbe9cc

Monochromatic Colors of #cbe9db

#cbe9db

Complementary Color

#cbe9db #e9cbd9

#cbe9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe9db Color CSS Codes

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

#cbe9db Text Font Color

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

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


#cbe9db Background Color

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

This div background color is #cbe9db


#cbe9db Border Color

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

This div border color is #cbe9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe9db


Comments

No comments written yet.

Please login to write comment.