Color Hex Logo

#cbeaee Color Hex

#CBEAEE
(203,234,238)
0 Favorites   0 Comments

Color spaces of #cbeaee

RGB 203234238
HSL0.520.510.86
HSV187°15°93°
CMYK 0.150.020.00   0.07
XYZ69.484077.715292.2273
Yxy77.71520.29020.3246
Hunter Lab88.1562-13.5812-0.3187
CIE-Lab90.6498-9.2762-5.3539

#cbeaee color RGB value is (203,234,238).

#cbeaee hex color red value is 203, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbeaee hue: 0.52 , saturation: 0.51 and the lightness value of cbeaee is 0.86.

The process color (four color CMYK) of #cbeaee color hex is 0.15, 0.02, 0.00, 0.07. Web safe color of #cbeaee is #ccffff. Color #cbeaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11101110
Octal 313 352 356
Decimal 203 234 238
Hex CB EA EE

RGB Percentages of Color #cbeaee

%30.07
%34.67
%35.26

CMYK Percentages of Color #cbeaee

%15
%2
%0
%7

Triadic Colors of #cbeaee

#cbeaee #eecbea #eaeecb

Analogous Colors of #cbeaee

#cbeaee #cbd9ee #cbeee1

Monochromatic Colors of #cbeaee

#cbeaee

Complementary Color

#cbeaee #eecfcb

#cbeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeaee Color CSS Codes

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

#cbeaee Text Font Color

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

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


#cbeaee Background Color

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

This div background color is #cbeaee


#cbeaee Border Color

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

This div border color is #cbeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeaee


Comments

No comments written yet.

Please login to write comment.