Color Hex Logo

#edd28a Color Hex

#EDD28A
(237,210,138)
0 Favorites   0 Comments

Color spaces of #edd28a

RGB 237210138
HSL0.120.730.74
HSV44°42°93°
CMYK 0.000.110.42   0.07
XYZ62.559165.932733.4738
Yxy65.93270.38620.4071
Hunter Lab81.1990-4.574232.3973
CIE-Lab84.9621-0.250039.0898

#edd28a color RGB value is (237,210,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 10001010
Octal 355 322 212
Decimal 237 210 138
Hex ED D2 8A

RGB Percentages of Color #edd28a

%40.51
%35.90
%23.59

CMYK Percentages of Color #edd28a

%0
%11
%42
%7

Triadic Colors of #edd28a

#edd28a #8aedd2 #d28aed

Analogous Colors of #edd28a

#edd28a #d7ed8a #eda18a

Monochromatic Colors of #edd28a

#edd28a

Complementary Color

#edd28a #8aa5ed

#edd28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd28a Color CSS Codes

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

#edd28a Text Font Color

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

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


#edd28a Background Color

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

This div background color is #edd28a


#edd28a Border Color

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

This div border color is #edd28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd28a


Comments

No comments written yet.

Please login to write comment.