Color Hex Logo

#eeb21f Color Hex

#EEB21F
(238,178,31)
0 Favorites   0 Comments

Color spaces of #eeb21f

RGB 23817831
HSL0.120.860.53
HSV43°87°93°
CMYK 0.000.250.87   0.07
XYZ51.427650.11698.2593
Yxy50.11690.46840.4564
Hunter Lab70.79335.782642.6381
CIE-Lab76.141010.273574.2012

#eeb21f color RGB value is (238,178,31).

#eeb21f hex color red value is 238, green value is 178 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #eeb21f hue: 0.12 , saturation: 0.86 and the lightness value of eeb21f is 0.53.

The process color (four color CMYK) of #eeb21f color hex is 0.00, 0.25, 0.87, 0.07. Web safe color of #eeb21f is #ff9933. Color #eeb21f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 00011111
Octal 356 262 37
Decimal 238 178 31
Hex EE B2 1F

RGB Percentages of Color #eeb21f

%53.24
%39.82
%6.94

CMYK Percentages of Color #eeb21f

%0
%25
%87
%7

Triadic Colors of #eeb21f

#eeb21f #1feeb2 #b21fee

Analogous Colors of #eeb21f

#eeb21f #c3ee1f #ee4b1f

Monochromatic Colors of #eeb21f

#eeb21f

Complementary Color

#eeb21f #1f5bee

#eeb21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb21f Color CSS Codes

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

#eeb21f Text Font Color

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

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


#eeb21f Background Color

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

This div background color is #eeb21f


#eeb21f Border Color

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

This div border color is #eeb21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb21f


Comments

No comments written yet.

Please login to write comment.