Color Hex Logo

#cbeae6 Color Hex

#CBEAE6
(203,234,230)
0 Favorites   0 Comments

Color spaces of #cbeae6

RGB 203234230
HSL0.480.420.86
HSV172°13°92°
CMYK 0.130.000.02   0.08
XYZ68.334377.255386.1731
Yxy77.25530.29480.3333
Hunter Lab87.8950-15.04073.3980
CIE-Lab90.4390-10.8657-1.4826

#cbeae6 color RGB value is (203,234,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11100110
Octal 313 352 346
Decimal 203 234 230
Hex CB EA E6

RGB Percentages of Color #cbeae6

%30.43
%35.08
%34.48

CMYK Percentages of Color #cbeae6

%13
%0
%2
%8

Triadic Colors of #cbeae6

#cbeae6 #e6cbea #eae6cb

Analogous Colors of #cbeae6

#cbeae6 #cbdfea #cbead7

Monochromatic Colors of #cbeae6

#cbeae6

Complementary Color

#cbeae6 #eacbcf

#cbeae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeae6 Color CSS Codes

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

#cbeae6 Text Font Color

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

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


#cbeae6 Background Color

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

This div background color is #cbeae6


#cbeae6 Border Color

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

This div border color is #cbeae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeae6


Comments

No comments written yet.

Please login to write comment.