Color Hex Logo

#cbe93a Color Hex

#CBE93A
(203,233,58)
0 Favorites   0 Comments

Color spaces of #cbe93a

RGB 20323358
HSL0.200.800.57
HSV70°75°91°
CMYK 0.130.000.75   0.09
XYZ54.531271.279814.8873
Yxy71.27980.38760.5066
Hunter Lab84.4274-32.455748.6444
CIE-Lab87.6208-31.172075.6222

#cbe93a color RGB value is (203,233,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 00111010
Octal 313 351 72
Decimal 203 233 58
Hex CB E9 3A

RGB Percentages of Color #cbe93a

%41.09
%47.17
%11.74

CMYK Percentages of Color #cbe93a

%13
%0
%75
%9

Triadic Colors of #cbe93a

#cbe93a #3acbe9 #e93acb

Analogous Colors of #cbe93a

#cbe93a #74e93a #e9b03a

Monochromatic Colors of #cbe93a

#cbe93a

Complementary Color

#cbe93a #583ae9

#cbe93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe93a Color CSS Codes

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

#cbe93a Text Font Color

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

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


#cbe93a Background Color

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

This div background color is #cbe93a


#cbe93a Border Color

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

This div border color is #cbe93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe93a


Comments

No comments written yet.

Please login to write comment.