Color Hex Logo

#ebba4f Color Hex

#EBBA4F
(235,186,79)
0 Favorites   0 Comments

Color spaces of #ebba4f

RGB 23518679
HSL0.110.800.62
HSV41°66°92°
CMYK 0.000.210.66   0.08
XYZ53.231153.344514.8881
Yxy53.34450.43820.4392
Hunter Lab73.03732.279239.0403
CIE-Lab78.07806.632459.1672

#ebba4f color RGB value is (235,186,79).

#ebba4f hex color red value is 235, green value is 186 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ebba4f hue: 0.11 , saturation: 0.80 and the lightness value of ebba4f is 0.62.

The process color (four color CMYK) of #ebba4f color hex is 0.00, 0.21, 0.66, 0.08. Web safe color of #ebba4f is #ffcc66. Color #ebba4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 01001111
Octal 353 272 117
Decimal 235 186 79
Hex EB BA 4F

RGB Percentages of Color #ebba4f

%47.00
%37.20
%15.80

CMYK Percentages of Color #ebba4f

%0
%21
%66
%8

Triadic Colors of #ebba4f

#ebba4f #4febba #ba4feb

Analogous Colors of #ebba4f

#ebba4f #ceeb4f #eb6c4f

Monochromatic Colors of #ebba4f

#ebba4f

Complementary Color

#ebba4f #4f80eb

#ebba4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebba4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebba4f Color CSS Codes

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

#ebba4f Text Font Color

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

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


#ebba4f Background Color

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

This div background color is #ebba4f


#ebba4f Border Color

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

This div border color is #ebba4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebba4f


Comments

No comments written yet.

Please login to write comment.