Color Hex Logo

#ebbc4f Color Hex

#EBBC4F
(235,188,79)
0 Favorites   0 Comments

Color spaces of #ebbc4f

RGB 23518879
HSL0.120.800.62
HSV42°66°92°
CMYK 0.000.200.66   0.08
XYZ53.655554.193115.0295
Yxy54.19310.43670.4410
Hunter Lab73.61601.273039.4265
CIE-Lab78.57425.585959.6976

#ebbc4f color RGB value is (235,188,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 01001111
Octal 353 274 117
Decimal 235 188 79
Hex EB BC 4F

RGB Percentages of Color #ebbc4f

%46.81
%37.45
%15.74

CMYK Percentages of Color #ebbc4f

%0
%20
%66
%8

Triadic Colors of #ebbc4f

#ebbc4f #4febbc #bc4feb

Analogous Colors of #ebbc4f

#ebbc4f #cceb4f #eb6e4f

Monochromatic Colors of #ebbc4f

#ebbc4f

Complementary Color

#ebbc4f #4f7eeb

#ebbc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc4f Color CSS Codes

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

#ebbc4f Text Font Color

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

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


#ebbc4f Background Color

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

This div background color is #ebbc4f


#ebbc4f Border Color

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

This div border color is #ebbc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc4f


Comments

No comments written yet.

Please login to write comment.