Color Hex Logo

#cbeae3 Color Hex

#CBEAE3
(203,234,227)
0 Favorites   0 Comments

Color spaces of #cbeae3

RGB 203234227
HSL0.460.420.86
HSV166°13°92°
CMYK 0.130.000.03   0.08
XYZ67.916577.088283.9730
Yxy77.08820.29660.3367
Hunter Lab87.7999-15.57344.7542
CIE-Lab90.3622-11.4494-0.0270

#cbeae3 color RGB value is (203,234,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11100011
Octal 313 352 343
Decimal 203 234 227
Hex CB EA E3

RGB Percentages of Color #cbeae3

%30.57
%35.24
%34.19

CMYK Percentages of Color #cbeae3

%13
%0
%3
%8

Triadic Colors of #cbeae3

#cbeae3 #e3cbea #eae3cb

Analogous Colors of #cbeae3

#cbeae3 #cbe2ea #cbead4

Monochromatic Colors of #cbeae3

#cbeae3

Complementary Color

#cbeae3 #eacbd2

#cbeae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeae3 Color CSS Codes

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

#cbeae3 Text Font Color

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

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


#cbeae3 Background Color

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

This div background color is #cbeae3


#cbeae3 Border Color

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

This div border color is #cbeae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeae3


Comments

No comments written yet.

Please login to write comment.