Color Hex Logo

#eed70d Color Hex

#EED70D
(238,215,13)
0 Favorites   0 Comments

Color spaces of #eed70d

RGB 23821513
HSL0.150.900.49
HSV54°95°93°
CMYK 0.000.100.95   0.07
XYZ59.633066.807110.1328
Yxy66.80710.43660.4892
Hunter Lab81.7356-12.806649.8647
CIE-Lab85.4064-9.055084.2057

#eed70d color RGB value is (238,215,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010111 00001101
Octal 356 327 15
Decimal 238 215 13
Hex EE D7 D

RGB Percentages of Color #eed70d

%51.07
%46.14
%2.79

CMYK Percentages of Color #eed70d

%0
%10
%95
%7

Triadic Colors of #eed70d

#eed70d #0deed7 #d70dee

Analogous Colors of #eed70d

#eed70d #95ee0d #ee670d

Monochromatic Colors of #eed70d

#eed70d

Complementary Color

#eed70d #0d24ee

#eed70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed70d Color CSS Codes

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

#eed70d Text Font Color

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

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


#eed70d Background Color

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

This div background color is #eed70d


#eed70d Border Color

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

This div border color is #eed70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed70d


Comments

No comments written yet.

Please login to write comment.