Color Hex Logo

#cbe98a Color Hex

#CBE98A
(203,233,138)
0 Favorites   0 Comments

Color spaces of #cbe98a

RGB 203233138
HSL0.220.680.73
HSV79°41°91°
CMYK 0.130.000.41   0.09
XYZ58.355072.809335.0227
Yxy72.80930.35110.4381
Hunter Lab85.3284-27.250735.3945
CIE-Lab88.3567-24.851542.8919

#cbe98a color RGB value is (203,233,138).

#cbe98a hex color red value is 203, green value is 233 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cbe98a hue: 0.22 , saturation: 0.68 and the lightness value of cbe98a is 0.73.

The process color (four color CMYK) of #cbe98a color hex is 0.13, 0.00, 0.41, 0.09. Web safe color of #cbe98a is #ccff99. Color #cbe98a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 10001010
Octal 313 351 212
Decimal 203 233 138
Hex CB E9 8A

RGB Percentages of Color #cbe98a

%35.37
%40.59
%24.04

CMYK Percentages of Color #cbe98a

%13
%0
%41
%9

Triadic Colors of #cbe98a

#cbe98a #8acbe9 #e98acb

Analogous Colors of #cbe98a

#cbe98a #9ce98a #e9d88a

Monochromatic Colors of #cbe98a

#cbe98a

Complementary Color

#cbe98a #a88ae9

#cbe98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe98a Color CSS Codes

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

#cbe98a Text Font Color

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

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


#cbe98a Background Color

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

This div background color is #cbe98a


#cbe98a Border Color

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

This div border color is #cbe98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe98a


Comments

No comments written yet.

Please login to write comment.