Color Hex Logo

#edd88c Color Hex

#EDD88C
(237,216,140)
0 Favorites   0 Comments

Color spaces of #edd88c

RGB 237216140
HSL0.130.730.74
HSV47°41°93°
CMYK 0.000.090.41   0.07
XYZ64.214569.009734.7467
Yxy69.00970.38230.4108
Hunter Lab83.0721-7.396133.3511
CIE-Lab86.5089-3.114240.0669

#edd88c color RGB value is (237,216,140).

#edd88c hex color red value is 237, green value is 216 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #edd88c hue: 0.13 , saturation: 0.73 and the lightness value of edd88c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 10001100
Octal 355 330 214
Decimal 237 216 140
Hex ED D8 8C

RGB Percentages of Color #edd88c

%39.97
%36.42
%23.61

CMYK Percentages of Color #edd88c

%0
%9
%41
%7

Triadic Colors of #edd88c

#edd88c #8cedd8 #d88ced

Analogous Colors of #edd88c

#edd88c #d2ed8c #eda88c

Monochromatic Colors of #edd88c

#edd88c

Complementary Color

#edd88c #8ca1ed

#edd88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd88c Color CSS Codes

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

#edd88c Text Font Color

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

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


#edd88c Background Color

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

This div background color is #edd88c


#edd88c Border Color

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

This div border color is #edd88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd88c


Comments

No comments written yet.

Please login to write comment.