Color Hex Logo

#eebb04 Color Hex

#EEBB04
(238,187,4)
0 Favorites   0 Comments

Color spaces of #eebb04

RGB 2381874
HSL0.130.970.47
HSV47°98°93°
CMYK 0.000.210.98   0.07
XYZ53.052153.72667.6890
Yxy53.72660.46350.4694
Hunter Lab73.29840.922945.0894
CIE-Lab78.30205.204179.9225

#eebb04 color RGB value is (238,187,4).

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

The process color (four color CMYK) of #eebb04 color hex is 0.00, 0.21, 0.98, 0.07. Web safe color of #eebb04 is #ffcc00. Color #eebb04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 00000100
Octal 356 273 4
Decimal 238 187 4
Hex EE BB 4

RGB Percentages of Color #eebb04

%55.48
%43.59
%0.93

CMYK Percentages of Color #eebb04

%0
%21
%98
%7

Triadic Colors of #eebb04

#eebb04 #04eebb #bb04ee

Analogous Colors of #eebb04

#eebb04 #acee04 #ee4604

Monochromatic Colors of #eebb04

#eebb04

Complementary Color

#eebb04 #0437ee

#eebb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebb04 Color CSS Codes

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

#eebb04 Text Font Color

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

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


#eebb04 Background Color

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

This div background color is #eebb04


#eebb04 Border Color

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

This div border color is #eebb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebb04


Comments

No comments written yet.

Please login to write comment.