Color Hex Logo

#cbe8dd Color Hex

#CBE8DD
(203,232,221)
0 Favorites   0 Comments

Color spaces of #cbe8dd

RGB 203232221
HSL0.440.390.85
HSV157°13°91°
CMYK 0.130.000.05   0.09
XYZ66.536475.630279.4979
Yxy75.63020.30020.3412
Hunter Lab86.9656-15.62156.6772
CIE-Lab89.6874-11.58922.1273

#cbe8dd color RGB value is (203,232,221).

#cbe8dd hex color red value is 203, green value is 232 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cbe8dd hue: 0.44 , saturation: 0.39 and the lightness value of cbe8dd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101000 11011101
Octal 313 350 335
Decimal 203 232 221
Hex CB E8 DD

RGB Percentages of Color #cbe8dd

%30.95
%35.37
%33.69

CMYK Percentages of Color #cbe8dd

%13
%0
%5
%9

Triadic Colors of #cbe8dd

#cbe8dd #ddcbe8 #e8ddcb

Analogous Colors of #cbe8dd

#cbe8dd #cbe5e8 #cbe8cf

Monochromatic Colors of #cbe8dd

#cbe8dd

Complementary Color

#cbe8dd #e8cbd6

#cbe8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe8dd Color CSS Codes

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

#cbe8dd Text Font Color

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

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


#cbe8dd Background Color

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

This div background color is #cbe8dd


#cbe8dd Border Color

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

This div border color is #cbe8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe8dd


Comments

No comments written yet.

Please login to write comment.