Color Hex Logo

#edc28a Color Hex

#EDC28A
(237,194,138)
0 Favorites   0 Comments

Color spaces of #edc28a

RGB 237194138
HSL0.090.730.74
HSV34°42°93°
CMYK 0.000.180.42   0.07
XYZ58.804358.423132.2222
Yxy58.42310.39350.3909
Hunter Lab76.43503.565428.5100
CIE-Lab80.97358.060633.9166

#edc28a color RGB value is (237,194,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 10001010
Octal 355 302 212
Decimal 237 194 138
Hex ED C2 8A

RGB Percentages of Color #edc28a

%41.65
%34.09
%24.25

CMYK Percentages of Color #edc28a

%0
%18
%42
%7

Triadic Colors of #edc28a

#edc28a #8aedc2 #c28aed

Analogous Colors of #edc28a

#edc28a #e7ed8a #ed918a

Monochromatic Colors of #edc28a

#edc28a

Complementary Color

#edc28a #8ab5ed

#edc28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc28a Color CSS Codes

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

#edc28a Text Font Color

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

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


#edc28a Background Color

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

This div background color is #edc28a


#edc28a Border Color

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

This div border color is #edc28a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,194,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 #edc28a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc28a


Comments

No comments written yet.

Please login to write comment.