Color Hex Logo

#ebac5f Color Hex

#EBAC5F
(235,172,95)
0 Favorites   0 Comments

Color spaces of #ebac5f

RGB 23517295
HSL0.090.780.65
HSV33°60°92°
CMYK 0.000.270.60   0.08
XYZ51.079047.993417.3980
Yxy47.99340.43860.4121
Hunter Lab69.277310.375133.6042
CIE-Lab74.820815.041348.0592

#ebac5f color RGB value is (235,172,95).

#ebac5f hex color red value is 235, green value is 172 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ebac5f hue: 0.09 , saturation: 0.78 and the lightness value of ebac5f is 0.65.

The process color (four color CMYK) of #ebac5f color hex is 0.00, 0.27, 0.60, 0.08. Web safe color of #ebac5f is #ff9966. Color #ebac5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 01011111
Octal 353 254 137
Decimal 235 172 95
Hex EB AC 5F

RGB Percentages of Color #ebac5f

%46.81
%34.26
%18.92

CMYK Percentages of Color #ebac5f

%0
%27
%60
%8

Triadic Colors of #ebac5f

#ebac5f #5febac #ac5feb

Analogous Colors of #ebac5f

#ebac5f #e4eb5f #eb665f

Monochromatic Colors of #ebac5f

#ebac5f

Complementary Color

#ebac5f #5f9eeb

#ebac5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebac5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebac5f Color CSS Codes

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

#ebac5f Text Font Color

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

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


#ebac5f Background Color

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

This div background color is #ebac5f


#ebac5f Border Color

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

This div border color is #ebac5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebac5f


Comments

No comments written yet.

Please login to write comment.