Color Hex Logo

#cbeae1 Color Hex

#CBEAE1
(203,234,225)
0 Favorites   0 Comments

Color spaces of #cbeae1

RGB 203234225
HSL0.450.420.86
HSV163°13°92°
CMYK 0.130.000.04   0.08
XYZ67.642076.978482.5274
Yxy76.97840.29780.3389
Hunter Lab87.7373-15.92395.6468
CIE-Lab90.3117-11.83470.9445

#cbeae1 color RGB value is (203,234,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11100001
Octal 313 352 341
Decimal 203 234 225
Hex CB EA E1

RGB Percentages of Color #cbeae1

%30.66
%35.35
%33.99

CMYK Percentages of Color #cbeae1

%13
%0
%4
%8

Triadic Colors of #cbeae1

#cbeae1 #e1cbea #eae1cb

Analogous Colors of #cbeae1

#cbeae1 #cbe4ea #cbead2

Monochromatic Colors of #cbeae1

#cbeae1

Complementary Color

#cbeae1 #eacbd4

#cbeae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeae1 Color CSS Codes

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

#cbeae1 Text Font Color

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

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


#cbeae1 Background Color

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

This div background color is #cbeae1


#cbeae1 Border Color

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

This div border color is #cbeae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeae1


Comments

No comments written yet.

Please login to write comment.