Color Hex Logo

#cbe94a Color Hex

#CBE94A
(203,233,74)
0 Favorites   0 Comments

Color spaces of #cbe94a

RGB 20323374
HSL0.200.780.60
HSV71°68°91°
CMYK 0.130.000.68   0.09
XYZ55.003571.468717.3744
Yxy71.46870.38240.4968
Hunter Lab84.5392-31.806546.9922
CIE-Lab87.7122-30.370270.3350

#cbe94a color RGB value is (203,233,74).

#cbe94a hex color red value is 203, green value is 233 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cbe94a hue: 0.20 , saturation: 0.78 and the lightness value of cbe94a is 0.60.

The process color (four color CMYK) of #cbe94a color hex is 0.13, 0.00, 0.68, 0.09. Web safe color of #cbe94a is #ccff33. Color #cbe94a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 01001010
Octal 313 351 112
Decimal 203 233 74
Hex CB E9 4A

RGB Percentages of Color #cbe94a

%39.80
%45.69
%14.51

CMYK Percentages of Color #cbe94a

%13
%0
%68
%9

Triadic Colors of #cbe94a

#cbe94a #4acbe9 #e94acb

Analogous Colors of #cbe94a

#cbe94a #7ce94a #e9b84a

Monochromatic Colors of #cbe94a

#cbe94a

Complementary Color

#cbe94a #684ae9

#cbe94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe94a Color CSS Codes

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

#cbe94a Text Font Color

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

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


#cbe94a Background Color

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

This div background color is #cbe94a


#cbe94a Border Color

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

This div border color is #cbe94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe94a


Comments

No comments written yet.

Please login to write comment.