Color Hex Logo

#eebb05 Color Hex

#EEBB05
(238,187,5)
0 Favorites   0 Comments

Color spaces of #eebb05

RGB 2381875
HSL0.130.960.48
HSV47°98°93°
CMYK 0.000.210.98   0.07
XYZ53.057653.72877.7178
Yxy53.72870.46340.4692
Hunter Lab73.29990.931245.0672
CIE-Lab78.30335.213079.8216

#eebb05 color RGB value is (238,187,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 00000101
Octal 356 273 5
Decimal 238 187 5
Hex EE BB 5

RGB Percentages of Color #eebb05

%55.35
%43.49
%1.16

CMYK Percentages of Color #eebb05

%0
%21
%98
%7

Triadic Colors of #eebb05

#eebb05 #05eebb #bb05ee

Analogous Colors of #eebb05

#eebb05 #adee05 #ee4705

Monochromatic Colors of #eebb05

#eebb05

Complementary Color

#eebb05 #0538ee

#eebb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebb05 Color CSS Codes

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

#eebb05 Text Font Color

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

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


#eebb05 Background Color

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

This div background color is #eebb05


#eebb05 Border Color

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

This div border color is #eebb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebb05


Comments

No comments written yet.

Please login to write comment.