Color Hex Logo

#ebb009 Color Hex

#EBB009
(235,176,9)
0 Favorites   0 Comments

Color spaces of #ebb009

RGB 2351769
HSL0.120.930.48
HSV44°96°92°
CMYK 0.000.250.96   0.08
XYZ49.835648.73267.0381
Yxy48.73260.47190.4615
Hunter Lab69.80875.263742.8885
CIE-Lab75.28479.716077.1219

#ebb009 color RGB value is (235,176,9).

#ebb009 hex color red value is 235, green value is 176 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ebb009 hue: 0.12 , saturation: 0.93 and the lightness value of ebb009 is 0.48.

The process color (four color CMYK) of #ebb009 color hex is 0.00, 0.25, 0.96, 0.08. Web safe color of #ebb009 is #ff9900. Color #ebb009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110000 00001001
Octal 353 260 11
Decimal 235 176 9
Hex EB B0 9

RGB Percentages of Color #ebb009

%55.95
%41.90
%2.14

CMYK Percentages of Color #ebb009

%0
%25
%96
%8

Triadic Colors of #ebb009

#ebb009 #09ebb0 #b009eb

Analogous Colors of #ebb009

#ebb009 #b5eb09 #eb3f09

Monochromatic Colors of #ebb009

#ebb009

Complementary Color

#ebb009 #0944eb

#ebb009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb009 Color CSS Codes

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

#ebb009 Text Font Color

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

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


#ebb009 Background Color

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

This div background color is #ebb009


#ebb009 Border Color

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

This div border color is #ebb009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb009


Comments

No comments written yet.

Please login to write comment.