Color Hex Logo

#cbe59a Color Hex

#CBE59A
(203,229,154)
0 Favorites   0 Comments

Color spaces of #cbe59a

RGB 203229154
HSL0.220.590.75
HSV81°33°90°
CMYK 0.110.000.33   0.10
XYZ58.480671.068241.2071
Yxy71.06820.34250.4162
Hunter Lab84.3020-23.702330.0302
CIE-Lab87.5181-20.932433.8133

#cbe59a color RGB value is (203,229,154).

#cbe59a hex color red value is 203, green value is 229 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cbe59a hue: 0.22 , saturation: 0.59 and the lightness value of cbe59a is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 10011010
Octal 313 345 232
Decimal 203 229 154
Hex CB E5 9A

RGB Percentages of Color #cbe59a

%34.64
%39.08
%26.28

CMYK Percentages of Color #cbe59a

%11
%0
%33
%10

Triadic Colors of #cbe59a

#cbe59a #9acbe5 #e59acb

Analogous Colors of #cbe59a

#cbe59a #a6e59a #e5da9a

Monochromatic Colors of #cbe59a

#cbe59a

Complementary Color

#cbe59a #b49ae5

#cbe59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe59a Color CSS Codes

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

#cbe59a Text Font Color

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

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


#cbe59a Background Color

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

This div background color is #cbe59a


#cbe59a Border Color

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

This div border color is #cbe59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe59a


Comments

No comments written yet.

Please login to write comment.