Color Hex Logo

#cbe4ed Color Hex

#CBE4ED
(203,228,237)
0 Favorites   0 Comments

Color spaces of #cbe4ed

RGB 203228237
HSL0.540.490.86
HSV196°14°93°
CMYK 0.140.040.00   0.07
XYZ67.658174.297790.8957
Yxy74.29770.29060.3191
Hunter Lab86.1961-10.7328-2.1853
CIE-Lab89.0630-6.4170-7.1746

#cbe4ed color RGB value is (203,228,237).

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

The process color (four color CMYK) of #cbe4ed color hex is 0.14, 0.04, 0.00, 0.07. Web safe color of #cbe4ed is #ccccff. Color #cbe4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 11101101
Octal 313 344 355
Decimal 203 228 237
Hex CB E4 ED

RGB Percentages of Color #cbe4ed

%30.39
%34.13
%35.48

CMYK Percentages of Color #cbe4ed

%14
%4
%0
%7

Triadic Colors of #cbe4ed

#cbe4ed #edcbe4 #e4edcb

Analogous Colors of #cbe4ed

#cbe4ed #cbd3ed #cbede5

Monochromatic Colors of #cbe4ed

#cbe4ed

Complementary Color

#cbe4ed #edd4cb

#cbe4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe4ed Color CSS Codes

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

#cbe4ed Text Font Color

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

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


#cbe4ed Background Color

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

This div background color is #cbe4ed


#cbe4ed Border Color

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

This div border color is #cbe4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe4ed


Comments

No comments written yet.

Please login to write comment.