Color Hex Logo

#ebbf38 Color Hex

#EBBF38
(235,191,56)
0 Favorites   0 Comments

Color spaces of #ebbf38

RGB 23519156
HSL0.130.820.57
HSV45°76°92°
CMYK 0.000.190.76   0.08
XYZ53.605655.209311.5725
Yxy55.20930.44530.4586
Hunter Lab74.3030-1.252042.7778
CIE-Lab79.16172.925569.3350

#ebbf38 color RGB value is (235,191,56).

#ebbf38 hex color red value is 235, green value is 191 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ebbf38 hue: 0.13 , saturation: 0.82 and the lightness value of ebbf38 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 00111000
Octal 353 277 70
Decimal 235 191 56
Hex EB BF 38

RGB Percentages of Color #ebbf38

%48.76
%39.63
%11.62

CMYK Percentages of Color #ebbf38

%0
%19
%76
%8

Triadic Colors of #ebbf38

#ebbf38 #38ebbf #bf38eb

Analogous Colors of #ebbf38

#ebbf38 #beeb38 #eb6638

Monochromatic Colors of #ebbf38

#ebbf38

Complementary Color

#ebbf38 #3864eb

#ebbf38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf38 Color CSS Codes

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

#ebbf38 Text Font Color

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

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


#ebbf38 Background Color

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

This div background color is #ebbf38


#ebbf38 Border Color

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

This div border color is #ebbf38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf38


Comments

No comments written yet.

Please login to write comment.