Color Hex Logo

#ebb02f Color Hex

#EBB02F
(235,176,47)
0 Favorites   0 Comments

Color spaces of #ebb02f

RGB 23517647
HSL0.110.820.55
HSV41°80°92°
CMYK 0.000.250.80   0.08
XYZ50.299448.91819.4804
Yxy48.91810.46270.4500
Hunter Lab69.94155.973240.9224
CIE-Lab75.400310.464368.9422

#ebb02f color RGB value is (235,176,47).

#ebb02f hex color red value is 235, green value is 176 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ebb02f hue: 0.11 , saturation: 0.82 and the lightness value of ebb02f is 0.55.

The process color (four color CMYK) of #ebb02f color hex is 0.00, 0.25, 0.80, 0.08. Web safe color of #ebb02f is #ff9933. Color #ebb02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110000 00101111
Octal 353 260 57
Decimal 235 176 47
Hex EB B0 2F

RGB Percentages of Color #ebb02f

%51.31
%38.43
%10.26

CMYK Percentages of Color #ebb02f

%0
%25
%80
%8

Triadic Colors of #ebb02f

#ebb02f #2febb0 #b02feb

Analogous Colors of #ebb02f

#ebb02f #c8eb2f #eb522f

Monochromatic Colors of #ebb02f

#ebb02f

Complementary Color

#ebb02f #2f6aeb

#ebb02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb02f Color CSS Codes

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

#ebb02f Text Font Color

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

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


#ebb02f Background Color

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

This div background color is #ebb02f


#ebb02f Border Color

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

This div border color is #ebb02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb02f


Comments

No comments written yet.

Please login to write comment.