Color Hex Logo

#ebb15f Color Hex

#EBB15F
(235,177,95)
0 Favorites   0 Comments

Color spaces of #ebb15f

RGB 23517795
HSL0.100.780.65
HSV35°60°92°
CMYK 0.000.250.60   0.08
XYZ52.048649.932717.7212
Yxy49.93270.43480.4171
Hunter Lab70.66317.818134.5951
CIE-Lab76.027912.394049.4726

#ebb15f color RGB value is (235,177,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110001 01011111
Octal 353 261 137
Decimal 235 177 95
Hex EB B1 5F

RGB Percentages of Color #ebb15f

%46.35
%34.91
%18.74

CMYK Percentages of Color #ebb15f

%0
%25
%60
%8

Triadic Colors of #ebb15f

#ebb15f #5febb1 #b15feb

Analogous Colors of #ebb15f

#ebb15f #dfeb5f #eb6b5f

Monochromatic Colors of #ebb15f

#ebb15f

Complementary Color

#ebb15f #5f99eb

#ebb15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb15f Color CSS Codes

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

#ebb15f Text Font Color

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

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


#ebb15f Background Color

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

This div background color is #ebb15f


#ebb15f Border Color

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

This div border color is #ebb15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb15f


Comments

No comments written yet.

Please login to write comment.