Color Hex Logo

#ebbe4b Color Hex

#EBBE4B
(235,190,75)
0 Favorites   0 Comments

Color spaces of #ebbe4b

RGB 23519075
HSL0.120.800.61
HSV43°68°92°
CMYK 0.000.190.68   0.08
XYZ53.944454.997114.4289
Yxy54.99710.43730.4458
Hunter Lab74.16000.061840.3763
CIE-Lab79.03964.320261.8956

#ebbe4b color RGB value is (235,190,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 01001011
Octal 353 276 113
Decimal 235 190 75
Hex EB BE 4B

RGB Percentages of Color #ebbe4b

%47.00
%38.00
%15.00

CMYK Percentages of Color #ebbe4b

%0
%19
%68
%8

Triadic Colors of #ebbe4b

#ebbe4b #4bebbe #be4beb

Analogous Colors of #ebbe4b

#ebbe4b #c8eb4b #eb6e4b

Monochromatic Colors of #ebbe4b

#ebbe4b

Complementary Color

#ebbe4b #4b78eb

#ebbe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe4b Color CSS Codes

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

#ebbe4b Text Font Color

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

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


#ebbe4b Background Color

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

This div background color is #ebbe4b


#ebbe4b Border Color

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

This div border color is #ebbe4b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,190,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe4b


Comments

No comments written yet.

Please login to write comment.