Color Hex Logo

#ebab4b Color Hex

#EBAB4B
(235,171,75)
0 Favorites   0 Comments

Color spaces of #ebab4b

RGB 23517175
HSL0.100.800.61
HSV36°68°92°
CMYK 0.000.270.68   0.08
XYZ50.093947.296013.1454
Yxy47.29600.45320.4279
Hunter Lab68.77219.669136.8075
CIE-Lab74.378714.316456.9774

#ebab4b color RGB value is (235,171,75).

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

The process color (four color CMYK) of #ebab4b color hex is 0.00, 0.27, 0.68, 0.08. Web safe color of #ebab4b is #ff9933. Color #ebab4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 01001011
Octal 353 253 113
Decimal 235 171 75
Hex EB AB 4B

RGB Percentages of Color #ebab4b

%48.86
%35.55
%15.59

CMYK Percentages of Color #ebab4b

%0
%27
%68
%8

Triadic Colors of #ebab4b

#ebab4b #4bebab #ab4beb

Analogous Colors of #ebab4b

#ebab4b #dbeb4b #eb5b4b

Monochromatic Colors of #ebab4b

#ebab4b

Complementary Color

#ebab4b #4b8beb

#ebab4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebab4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebab4b Color CSS Codes

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

#ebab4b Text Font Color

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

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


#ebab4b Background Color

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

This div background color is #ebab4b


#ebab4b Border Color

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

This div border color is #ebab4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebab4b


Comments

No comments written yet.

Please login to write comment.