Color Hex Logo

#cbe09a Color Hex

#CBE09A
(203,224,154)
0 Favorites   0 Comments

Color spaces of #cbe09a

RGB 203224154
HSL0.220.530.74
HSV78°31°88°
CMYK 0.090.000.31   0.12
XYZ57.117068.340940.7526
Yxy68.34090.34360.4112
Hunter Lab82.6686-21.341528.6402
CIE-Lab86.1766-18.481432.0342

#cbe09a color RGB value is (203,224,154).

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

The process color (four color CMYK) of #cbe09a color hex is 0.09, 0.00, 0.31, 0.12. Web safe color of #cbe09a is #cccc99. Color #cbe09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 10011010
Octal 313 340 232
Decimal 203 224 154
Hex CB E0 9A

RGB Percentages of Color #cbe09a

%34.94
%38.55
%26.51

CMYK Percentages of Color #cbe09a

%9
%0
%31
%12

Triadic Colors of #cbe09a

#cbe09a #9acbe0 #e09acb

Analogous Colors of #cbe09a

#cbe09a #a8e09a #e0d29a

Monochromatic Colors of #cbe09a

#cbe09a

Complementary Color

#cbe09a #af9ae0

#cbe09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe09a Color CSS Codes

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

#cbe09a Text Font Color

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

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


#cbe09a Background Color

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

This div background color is #cbe09a


#cbe09a Border Color

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

This div border color is #cbe09a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,224,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 #cbe09a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe09a


Comments

No comments written yet.

Please login to write comment.