Color Hex Logo

#cbe3eb Color Hex

#CBE3EB
(203,227,235)
0 Favorites   0 Comments

Color spaces of #cbe3eb

RGB 203227235
HSL0.540.440.86
HSV195°14°92°
CMYK 0.140.030.00   0.08
XYZ67.093173.632889.2736
Yxy73.63280.29170.3201
Hunter Lab85.8096-10.6005-1.6168
CIE-Lab88.7486-6.3083-6.5896

#cbe3eb color RGB value is (203,227,235).

#cbe3eb hex color red value is 203, green value is 227 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbe3eb hue: 0.54 , saturation: 0.44 and the lightness value of cbe3eb is 0.86.

The process color (four color CMYK) of #cbe3eb color hex is 0.14, 0.03, 0.00, 0.08. Web safe color of #cbe3eb is #ccccff. Color #cbe3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 11101011
Octal 313 343 353
Decimal 203 227 235
Hex CB E3 EB

RGB Percentages of Color #cbe3eb

%30.53
%34.14
%35.34

CMYK Percentages of Color #cbe3eb

%14
%3
%0
%8

Triadic Colors of #cbe3eb

#cbe3eb #ebcbe3 #e3ebcb

Analogous Colors of #cbe3eb

#cbe3eb #cbd3eb #cbebe3

Monochromatic Colors of #cbe3eb

#cbe3eb

Complementary Color

#cbe3eb #ebd3cb

#cbe3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe3eb Color CSS Codes

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

#cbe3eb Text Font Color

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

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


#cbe3eb Background Color

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

This div background color is #cbe3eb


#cbe3eb Border Color

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

This div border color is #cbe3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe3eb


Comments

No comments written yet.

Please login to write comment.