Color Hex Logo

#ebae3b Color Hex

#EBAE3B
(235,174,59)
0 Favorites   0 Comments

Color spaces of #ebae3b

RGB 23517459
HSL0.110.810.58
HSV39°75°92°
CMYK 0.000.260.75   0.08
XYZ50.186448.250010.8058
Yxy48.25000.45940.4417
Hunter Lab69.46227.407239.4002
CIE-Lab74.982311.963064.2694

#ebae3b color RGB value is (235,174,59).

#ebae3b hex color red value is 235, green value is 174 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ebae3b hue: 0.11 , saturation: 0.81 and the lightness value of ebae3b is 0.58.

The process color (four color CMYK) of #ebae3b color hex is 0.00, 0.26, 0.75, 0.08. Web safe color of #ebae3b is #ff9933. Color #ebae3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 00111011
Octal 353 256 73
Decimal 235 174 59
Hex EB AE 3B

RGB Percentages of Color #ebae3b

%50.21
%37.18
%12.61

CMYK Percentages of Color #ebae3b

%0
%26
%75
%8

Triadic Colors of #ebae3b

#ebae3b #3bebae #ae3beb

Analogous Colors of #ebae3b

#ebae3b #d0eb3b #eb563b

Monochromatic Colors of #ebae3b

#ebae3b

Complementary Color

#ebae3b #3b78eb

#ebae3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebae3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebae3b Color CSS Codes

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

#ebae3b Text Font Color

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

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


#ebae3b Background Color

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

This div background color is #ebae3b


#ebae3b Border Color

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

This div border color is #ebae3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebae3b


Comments

No comments written yet.

Please login to write comment.