Color Hex Logo

#ebbf4b Color Hex

#EBBF4B
(235,191,75)
0 Favorites   0 Comments

Color spaces of #ebbf4b

RGB 23519175
HSL0.120.800.61
HSV44°68°92°
CMYK 0.000.190.68   0.08
XYZ54.161855.431814.5014
Yxy55.43180.43650.4467
Hunter Lab74.4525-0.439040.5686
CIE-Lab79.28933.799162.1557

#ebbf4b color RGB value is (235,191,75).

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

The process color (four color CMYK) of #ebbf4b color hex is 0.00, 0.19, 0.68, 0.08. Web safe color of #ebbf4b is #ffcc33. Color #ebbf4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 01001011
Octal 353 277 113
Decimal 235 191 75
Hex EB BF 4B

RGB Percentages of Color #ebbf4b

%46.91
%38.12
%14.97

CMYK Percentages of Color #ebbf4b

%0
%19
%68
%8

Triadic Colors of #ebbf4b

#ebbf4b #4bebbf #bf4beb

Analogous Colors of #ebbf4b

#ebbf4b #c7eb4b #eb6f4b

Monochromatic Colors of #ebbf4b

#ebbf4b

Complementary Color

#ebbf4b #4b77eb

#ebbf4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf4b Color CSS Codes

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

#ebbf4b Text Font Color

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

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


#ebbf4b Background Color

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

This div background color is #ebbf4b


#ebbf4b Border Color

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

This div border color is #ebbf4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf4b


Comments

No comments written yet.

Please login to write comment.