Color Hex Logo

#eed213 Color Hex

#EED213
(238,210,19)
0 Favorites   0 Comments

Color spaces of #eed213

RGB 23821019
HSL0.150.870.50
HSV52°92°93°
CMYK 0.000.120.92   0.07
XYZ58.424064.31739.9513
Yxy64.31730.44030.4847
Hunter Lab80.1981-10.310048.7817
CIE-Lab84.1307-6.468682.5505

#eed213 color RGB value is (238,210,19).

#eed213 hex color red value is 238, green value is 210 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #eed213 hue: 0.15 , saturation: 0.87 and the lightness value of eed213 is 0.50.

The process color (four color CMYK) of #eed213 color hex is 0.00, 0.12, 0.92, 0.07. Web safe color of #eed213 is #ffcc00. Color #eed213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 00010011
Octal 356 322 23
Decimal 238 210 19
Hex EE D2 13

RGB Percentages of Color #eed213

%50.96
%44.97
%4.07

CMYK Percentages of Color #eed213

%0
%12
%92
%7

Triadic Colors of #eed213

#eed213 #13eed2 #d213ee

Analogous Colors of #eed213

#eed213 #9dee13 #ee6513

Monochromatic Colors of #eed213

#eed213

Complementary Color

#eed213 #132fee

#eed213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed213 Color CSS Codes

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

#eed213 Text Font Color

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

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


#eed213 Background Color

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

This div background color is #eed213


#eed213 Border Color

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

This div border color is #eed213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed213


Comments

No comments written yet.

Please login to write comment.