Color Hex Logo

#cbe5ea Color Hex

#CBE5EA
(203,229,234)
0 Favorites   0 Comments

Color spaces of #cbe5ea

RGB 203229234
HSL0.530.420.86
HSV190°13°92°
CMYK 0.130.020.00   0.08
XYZ67.499274.675688.6982
Yxy74.67560.29240.3234
Hunter Lab86.4150-11.7991-0.3660
CIE-Lab89.2408-7.5333-5.3380

#cbe5ea color RGB value is (203,229,234).

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

The process color (four color CMYK) of #cbe5ea color hex is 0.13, 0.02, 0.00, 0.08. Web safe color of #cbe5ea is #ccccff. Color #cbe5ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 11101010
Octal 313 345 352
Decimal 203 229 234
Hex CB E5 EA

RGB Percentages of Color #cbe5ea

%30.48
%34.38
%35.14

CMYK Percentages of Color #cbe5ea

%13
%2
%0
%8

Triadic Colors of #cbe5ea

#cbe5ea #eacbe5 #e5eacb

Analogous Colors of #cbe5ea

#cbe5ea #cbd6ea #cbeae0

Monochromatic Colors of #cbe5ea

#cbe5ea

Complementary Color

#cbe5ea #ead0cb

#cbe5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe5ea Color CSS Codes

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

#cbe5ea Text Font Color

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

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


#cbe5ea Background Color

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

This div background color is #cbe5ea


#cbe5ea Border Color

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

This div border color is #cbe5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe5ea


Comments

No comments written yet.

Please login to write comment.