Color Hex Logo

#eeeb1f Color Hex

#EEEB1F
(238,235,31)
0 Favorites   0 Comments

Color spaces of #eeeb1f

RGB 23823531
HSL0.160.860.53
HSV59°87°93°
CMYK 0.000.010.87   0.07
XYZ65.215577.692712.8553
Yxy77.69270.41870.4988
Hunter Lab88.1435-22.182753.0533
CIE-Lab90.6395-18.650785.7457

#eeeb1f color RGB value is (238,235,31).

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

The process color (four color CMYK) of #eeeb1f color hex is 0.00, 0.01, 0.87, 0.07. Web safe color of #eeeb1f is #ffff33. Color #eeeb1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 00011111
Octal 356 353 37
Decimal 238 235 31
Hex EE EB 1F

RGB Percentages of Color #eeeb1f

%47.22
%46.63
%6.15

CMYK Percentages of Color #eeeb1f

%0
%1
%87
%7

Triadic Colors of #eeeb1f

#eeeb1f #1feeeb #eb1fee

Analogous Colors of #eeeb1f

#eeeb1f #8aee1f #ee841f

Monochromatic Colors of #eeeb1f

#eeeb1f

Complementary Color

#eeeb1f #1f22ee

#eeeb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeb1f Color CSS Codes

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

#eeeb1f Text Font Color

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

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


#eeeb1f Background Color

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

This div background color is #eeeb1f


#eeeb1f Border Color

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

This div border color is #eeeb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeb1f


Comments

No comments written yet.

Please login to write comment.