Color Hex Logo

#eed210 Color Hex

#EED210
(238,210,16)
0 Favorites   0 Comments

Color spaces of #eed210

RGB 23821016
HSL0.150.870.50
HSV52°93°93°
CMYK 0.000.120.93   0.07
XYZ58.400064.30779.8248
Yxy64.30770.44060.4852
Hunter Lab80.1921-10.343348.8705
CIE-Lab84.1257-6.505482.9253

#eed210 color RGB value is (238,210,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 00010000
Octal 356 322 20
Decimal 238 210 16
Hex EE D2 10

RGB Percentages of Color #eed210

%51.29
%45.26
%3.45

CMYK Percentages of Color #eed210

%0
%12
%93
%7

Triadic Colors of #eed210

#eed210 #10eed2 #d210ee

Analogous Colors of #eed210

#eed210 #9bee10 #ee6310

Monochromatic Colors of #eed210

#eed210

Complementary Color

#eed210 #102cee

#eed210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed210 Color CSS Codes

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

#eed210 Text Font Color

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

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


#eed210 Background Color

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

This div background color is #eed210


#eed210 Border Color

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

This div border color is #eed210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed210


Comments

No comments written yet.

Please login to write comment.