Color Hex Logo

#eed280 Color Hex

#EED280
(238,210,128)
0 Favorites   0 Comments

Color spaces of #eed280

RGB 238210128
HSL0.120.760.72
HSV45°46°93°
CMYK 0.000.120.46   0.07
XYZ62.202865.828829.8499
Yxy65.82880.39400.4170
Hunter Lab81.1349-5.137634.9814
CIE-Lab84.9090-0.848644.0566

#eed280 color RGB value is (238,210,128).

#eed280 hex color red value is 238, green value is 210 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #eed280 hue: 0.12 , saturation: 0.76 and the lightness value of eed280 is 0.72.

The process color (four color CMYK) of #eed280 color hex is 0.00, 0.12, 0.46, 0.07. Web safe color of #eed280 is #ffcc99. Color #eed280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 10000000
Octal 356 322 200
Decimal 238 210 128
Hex EE D2 80

RGB Percentages of Color #eed280

%41.32
%36.46
%22.22

CMYK Percentages of Color #eed280

%0
%12
%46
%7

Triadic Colors of #eed280

#eed280 #80eed2 #d280ee

Analogous Colors of #eed280

#eed280 #d3ee80 #ee9b80

Monochromatic Colors of #eed280

#eed280

Complementary Color

#eed280 #809cee

#eed280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed280 Color CSS Codes

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

#eed280 Text Font Color

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

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


#eed280 Background Color

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

This div background color is #eed280


#eed280 Border Color

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

This div border color is #eed280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed280


Comments

No comments written yet.

Please login to write comment.