Color Hex Logo

#eee10d Color Hex

#EEE10D
(238,225,13)
0 Favorites   0 Comments

Color spaces of #eee10d

RGB 23822513
HSL0.160.900.49
HSV57°95°93°
CMYK 0.000.050.95   0.07
XYZ62.257872.056611.0078
Yxy72.05660.42840.4958
Hunter Lab84.8862-17.634151.7317
CIE-Lab87.9958-14.025986.1330

#eee10d color RGB value is (238,225,13).

#eee10d hex color red value is 238, green value is 225 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eee10d hue: 0.16 , saturation: 0.90 and the lightness value of eee10d is 0.49.

The process color (four color CMYK) of #eee10d color hex is 0.00, 0.05, 0.95, 0.07. Web safe color of #eee10d is #ffcc00. Color #eee10d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 00001101
Octal 356 341 15
Decimal 238 225 13
Hex EE E1 D

RGB Percentages of Color #eee10d

%50.00
%47.27
%2.73

CMYK Percentages of Color #eee10d

%0
%5
%95
%7

Triadic Colors of #eee10d

#eee10d #0deee1 #e10dee

Analogous Colors of #eee10d

#eee10d #8bee0d #ee710d

Monochromatic Colors of #eee10d

#eee10d

Complementary Color

#eee10d #0d1aee

#eee10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee10d Color CSS Codes

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

#eee10d Text Font Color

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

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


#eee10d Background Color

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

This div background color is #eee10d


#eee10d Border Color

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

This div border color is #eee10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee10d


Comments

No comments written yet.

Please login to write comment.