Color Hex Logo

#edc88a Color Hex

#EDC88A
(237,200,138)
0 Favorites   0 Comments

Color spaces of #edc88a

RGB 237200138
HSL0.100.730.74
HSV38°42°93°
CMYK 0.000.160.42   0.07
XYZ60.166861.148132.6764
Yxy61.14810.39070.3971
Hunter Lab78.19730.496929.9625
CIE-Lab82.45834.925935.8534

#edc88a color RGB value is (237,200,138).

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

The process color (four color CMYK) of #edc88a color hex is 0.00, 0.16, 0.42, 0.07. Web safe color of #edc88a is #ffcc99. Color #edc88a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 10001010
Octal 355 310 212
Decimal 237 200 138
Hex ED C8 8A

RGB Percentages of Color #edc88a

%41.22
%34.78
%24.00

CMYK Percentages of Color #edc88a

%0
%16
%42
%7

Triadic Colors of #edc88a

#edc88a #8aedc8 #c88aed

Analogous Colors of #edc88a

#edc88a #e1ed8a #ed978a

Monochromatic Colors of #edc88a

#edc88a

Complementary Color

#edc88a #8aafed

#edc88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc88a Color CSS Codes

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

#edc88a Text Font Color

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

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


#edc88a Background Color

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

This div background color is #edc88a


#edc88a Border Color

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

This div border color is #edc88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc88a


Comments

No comments written yet.

Please login to write comment.