Color Hex Logo

#eed883 Color Hex

#EED883
(238,216,131)
0 Favorites   0 Comments

Color spaces of #eed883

RGB 238216131
HSL0.130.760.72
HSV48°45°93°
CMYK 0.000.090.45   0.07
XYZ63.912568.927631.4085
Yxy68.92760.38910.4197
Hunter Lab83.0226-7.876835.6857
CIE-Lab86.4682-3.627844.5218

#eed883 color RGB value is (238,216,131).

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

The process color (four color CMYK) of #eed883 color hex is 0.00, 0.09, 0.45, 0.07. Web safe color of #eed883 is #ffcc99. Color #eed883 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 10000011
Octal 356 330 203
Decimal 238 216 131
Hex EE D8 83

RGB Percentages of Color #eed883

%40.68
%36.92
%22.39

CMYK Percentages of Color #eed883

%0
%9
%45
%7

Triadic Colors of #eed883

#eed883 #83eed8 #d883ee

Analogous Colors of #eed883

#eed883 #cfee83 #eea383

Monochromatic Colors of #eed883

#eed883

Complementary Color

#eed883 #8399ee

#eed883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed883 Color CSS Codes

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

#eed883 Text Font Color

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

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


#eed883 Background Color

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

This div background color is #eed883


#eed883 Border Color

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

This div border color is #eed883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed883


Comments

No comments written yet.

Please login to write comment.