Color Hex Logo

#cbe5aa Color Hex

#CBE5AA
(203,229,170)
0 Favorites   0 Comments

Color spaces of #cbe5aa

RGB 203229170
HSL0.240.530.78
HSV86°26°90°
CMYK 0.110.000.26   0.10
XYZ59.903671.637448.7004
Yxy71.63740.33240.3975
Hunter Lab84.6389-21.783825.1323
CIE-Lab87.7938-18.698726.0031

#cbe5aa color RGB value is (203,229,170).

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

The process color (four color CMYK) of #cbe5aa color hex is 0.11, 0.00, 0.26, 0.10. Web safe color of #cbe5aa is #cccc99. Color #cbe5aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 10101010
Octal 313 345 252
Decimal 203 229 170
Hex CB E5 AA

RGB Percentages of Color #cbe5aa

%33.72
%38.04
%28.24

CMYK Percentages of Color #cbe5aa

%11
%0
%26
%10

Triadic Colors of #cbe5aa

#cbe5aa #aacbe5 #e5aacb

Analogous Colors of #cbe5aa

#cbe5aa #aee5aa #e5e2aa

Monochromatic Colors of #cbe5aa

#cbe5aa

Complementary Color

#cbe5aa #c4aae5

#cbe5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe5aa Color CSS Codes

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

#cbe5aa Text Font Color

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

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


#cbe5aa Background Color

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

This div background color is #cbe5aa


#cbe5aa Border Color

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

This div border color is #cbe5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe5aa


Comments

No comments written yet.

Please login to write comment.