Color Hex Logo

#eec21f Color Hex

#EEC21F
(238,194,31)
0 Favorites   0 Comments

Color spaces of #eec21f

RGB 23819431
HSL0.130.860.53
HSV47°87°93°
CMYK 0.000.180.87   0.07
XYZ54.799056.85969.3831
Yxy56.85960.45270.4698
Hunter Lab75.4053-2.238745.4059
CIE-Lab80.10061.921777.3503

#eec21f color RGB value is (238,194,31).

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

The process color (four color CMYK) of #eec21f color hex is 0.00, 0.18, 0.87, 0.07. Web safe color of #eec21f is #ffcc33. Color #eec21f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 00011111
Octal 356 302 37
Decimal 238 194 31
Hex EE C2 1F

RGB Percentages of Color #eec21f

%51.40
%41.90
%6.70

CMYK Percentages of Color #eec21f

%0
%18
%87
%7

Triadic Colors of #eec21f

#eec21f #1feec2 #c21fee

Analogous Colors of #eec21f

#eec21f #b3ee1f #ee5a1f

Monochromatic Colors of #eec21f

#eec21f

Complementary Color

#eec21f #1f4bee

#eec21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec21f Color CSS Codes

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

#eec21f Text Font Color

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

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


#eec21f Background Color

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

This div background color is #eec21f


#eec21f Border Color

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

This div border color is #eec21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec21f


Comments

No comments written yet.

Please login to write comment.