Color Hex Logo

#cbeae9 Color Hex

#CBEAE9
(203,234,233)
0 Favorites   0 Comments

Color spaces of #cbeae9

RGB 203234233
HSL0.490.420.86
HSV178°13°92°
CMYK 0.130.000.00   0.08
XYZ68.759477.425388.4114
Yxy77.42530.29310.3300
Hunter Lab87.9916-14.50002.0213
CIE-Lab90.5170-10.2750-2.9361

#cbeae9 color RGB value is (203,234,233).

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

The process color (four color CMYK) of #cbeae9 color hex is 0.13, 0.00, 0.00, 0.08. Web safe color of #cbeae9 is #ccffff. Color #cbeae9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11101001
Octal 313 352 351
Decimal 203 234 233
Hex CB EA E9

RGB Percentages of Color #cbeae9

%30.30
%34.93
%34.78

CMYK Percentages of Color #cbeae9

%13
%0
%0
%8

Triadic Colors of #cbeae9

#cbeae9 #e9cbea #eae9cb

Analogous Colors of #cbeae9

#cbeae9 #cbdcea #cbeada

Monochromatic Colors of #cbeae9

#cbeae9

Complementary Color

#cbeae9 #eacbcc

#cbeae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeae9 Color CSS Codes

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

#cbeae9 Text Font Color

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

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


#cbeae9 Background Color

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

This div background color is #cbeae9


#cbeae9 Border Color

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

This div border color is #cbeae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeae9


Comments

No comments written yet.

Please login to write comment.