Color Hex Logo

#eabb08 Color Hex

#EABB08
(234,187,8)
0 Favorites   0 Comments

Color spaces of #eabb08

RGB 2341878
HSL0.130.930.47
HSV48°97°92°
CMYK 0.000.200.97   0.08
XYZ51.745853.05067.7422
Yxy53.05060.45980.4714
Hunter Lab72.8358-0.648444.6828
CIE-Lab77.90493.509079.0475

#eabb08 color RGB value is (234,187,8).

#eabb08 hex color red value is 234, green value is 187 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #eabb08 hue: 0.13 , saturation: 0.93 and the lightness value of eabb08 is 0.47.

The process color (four color CMYK) of #eabb08 color hex is 0.00, 0.20, 0.97, 0.08. Web safe color of #eabb08 is #ffcc00. Color #eabb08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 00001000
Octal 352 273 10
Decimal 234 187 8
Hex EA BB 8

RGB Percentages of Color #eabb08

%54.55
%43.59
%1.86

CMYK Percentages of Color #eabb08

%0
%20
%97
%8

Triadic Colors of #eabb08

#eabb08 #08eabb #bb08ea

Analogous Colors of #eabb08

#eabb08 #a8ea08 #ea4a08

Monochromatic Colors of #eabb08

#eabb08

Complementary Color

#eabb08 #0837ea

#eabb08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabb08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabb08 Color CSS Codes

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

#eabb08 Text Font Color

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

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


#eabb08 Background Color

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

This div background color is #eabb08


#eabb08 Border Color

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

This div border color is #eabb08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,187,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eabb08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eabb08;
  -webkit-box-shadow: 1px 1px 3px 2px #eabb08;
  box-shadow:         1px 1px 3px 2px #eabb08; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,187,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabb08


Comments

No comments written yet.

Please login to write comment.