Color Hex Logo

#cbe8df Color Hex

#CBE8DF
(203,232,223)
0 Favorites   0 Comments

Color spaces of #cbe8df

RGB 203232223
HSL0.450.390.85
HSV161°13°91°
CMYK 0.130.000.04   0.09
XYZ66.804575.737480.9099
Yxy75.73740.29900.3389
Hunter Lab87.0272-15.27625.7967
CIE-Lab89.7373-11.20881.1533

#cbe8df color RGB value is (203,232,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101000 11011111
Octal 313 350 337
Decimal 203 232 223
Hex CB E8 DF

RGB Percentages of Color #cbe8df

%30.85
%35.26
%33.89

CMYK Percentages of Color #cbe8df

%13
%0
%4
%9

Triadic Colors of #cbe8df

#cbe8df #dfcbe8 #e8dfcb

Analogous Colors of #cbe8df

#cbe8df #cbe3e8 #cbe8d1

Monochromatic Colors of #cbe8df

#cbe8df

Complementary Color

#cbe8df #e8cbd4

#cbe8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe8df Color CSS Codes

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

#cbe8df Text Font Color

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

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


#cbe8df Background Color

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

This div background color is #cbe8df


#cbe8df Border Color

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

This div border color is #cbe8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe8df


Comments

No comments written yet.

Please login to write comment.