Color Hex Logo

#eebc05 Color Hex

#EEBC05
(238,188,5)
0 Favorites   0 Comments

Color spaces of #eebc05

RGB 2381885
HSL0.130.960.48
HSV47°98°93°
CMYK 0.000.210.98   0.07
XYZ53.270554.15457.7888
Yxy54.15450.46240.4700
Hunter Lab73.58970.431445.2375
CIE-Lab78.55174.691979.9969

#eebc05 color RGB value is (238,188,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 00000101
Octal 356 274 5
Decimal 238 188 5
Hex EE BC 5

RGB Percentages of Color #eebc05

%55.22
%43.62
%1.16

CMYK Percentages of Color #eebc05

%0
%21
%98
%7

Triadic Colors of #eebc05

#eebc05 #05eebc #bc05ee

Analogous Colors of #eebc05

#eebc05 #acee05 #ee4805

Monochromatic Colors of #eebc05

#eebc05

Complementary Color

#eebc05 #0537ee

#eebc05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebc05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebc05 Color CSS Codes

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

#eebc05 Text Font Color

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

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


#eebc05 Background Color

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

This div background color is #eebc05


#eebc05 Border Color

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

This div border color is #eebc05


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,188,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 #eebc05">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebc05


Comments

No comments written yet.

Please login to write comment.