Color Hex Logo

#ebbe4a Color Hex

#EBBE4A
(235,190,74)
0 Favorites   0 Comments

Color spaces of #ebbe4a

RGB 23519074
HSL0.120.800.61
HSV43°69°92°
CMYK 0.000.190.69   0.08
XYZ53.910454.983514.2501
Yxy54.98350.43780.4465
Hunter Lab74.15090.012140.5114
CIE-Lab79.03184.267062.3050

#ebbe4a color RGB value is (235,190,74).

#ebbe4a hex color red value is 235, green value is 190 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ebbe4a hue: 0.12 , saturation: 0.80 and the lightness value of ebbe4a is 0.61.

The process color (four color CMYK) of #ebbe4a color hex is 0.00, 0.19, 0.69, 0.08. Web safe color of #ebbe4a is #ffcc33. Color #ebbe4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 01001010
Octal 353 276 112
Decimal 235 190 74
Hex EB BE 4A

RGB Percentages of Color #ebbe4a

%47.09
%38.08
%14.83

CMYK Percentages of Color #ebbe4a

%0
%19
%69
%8

Triadic Colors of #ebbe4a

#ebbe4a #4aebbe #be4aeb

Analogous Colors of #ebbe4a

#ebbe4a #c8eb4a #eb6e4a

Monochromatic Colors of #ebbe4a

#ebbe4a

Complementary Color

#ebbe4a #4a77eb

#ebbe4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe4a Color CSS Codes

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

#ebbe4a Text Font Color

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

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


#ebbe4a Background Color

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

This div background color is #ebbe4a


#ebbe4a Border Color

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

This div border color is #ebbe4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe4a


Comments

No comments written yet.

Please login to write comment.