Color Hex Logo

#eeec0f Color Hex

#EEEC0F
(238,236,15)
0 Favorites   0 Comments

Color spaces of #eeec0f

RGB 23823615
HSL0.170.880.50
HSV59°94°93°
CMYK 0.000.010.94   0.07
XYZ65.341678.202512.1027
Yxy78.20250.41980.5024
Hunter Lab88.4322-22.864553.7882
CIE-Lab90.8722-19.369988.1003

#eeec0f color RGB value is (238,236,15).

#eeec0f hex color red value is 238, green value is 236 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eeec0f hue: 0.17 , saturation: 0.88 and the lightness value of eeec0f is 0.50.

The process color (four color CMYK) of #eeec0f color hex is 0.00, 0.01, 0.94, 0.07. Web safe color of #eeec0f is #ffff00. Color #eeec0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101100 00001111
Octal 356 354 17
Decimal 238 236 15
Hex EE EC F

RGB Percentages of Color #eeec0f

%48.67
%48.26
%3.07

CMYK Percentages of Color #eeec0f

%0
%1
%94
%7

Triadic Colors of #eeec0f

#eeec0f #0feeec #ec0fee

Analogous Colors of #eeec0f

#eeec0f #81ee0f #ee7d0f

Monochromatic Colors of #eeec0f

#eeec0f

Complementary Color

#eeec0f #0f11ee

#eeec0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeec0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeec0f Color CSS Codes

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

#eeec0f Text Font Color

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

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


#eeec0f Background Color

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

This div background color is #eeec0f


#eeec0f Border Color

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

This div border color is #eeec0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeec0f


Comments

No comments written yet.

Please login to write comment.