Color Hex Logo

#edd07a Color Hex

#EDD07A
(237,208,122)
0 Favorites   0 Comments

Color spaces of #edd07a

RGB 237208122
HSL0.120.760.70
HSV45°49°93°
CMYK 0.000.120.49   0.07
XYZ60.993864.521427.6515
Yxy64.52140.39820.4212
Hunter Lab80.3252-5.027735.8174
CIE-Lab84.2365-0.780746.1684

#edd07a color RGB value is (237,208,122).

#edd07a hex color red value is 237, green value is 208 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #edd07a hue: 0.12 , saturation: 0.76 and the lightness value of edd07a is 0.70.

The process color (four color CMYK) of #edd07a color hex is 0.00, 0.12, 0.49, 0.07. Web safe color of #edd07a is #ffcc66. Color #edd07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 01111010
Octal 355 320 172
Decimal 237 208 122
Hex ED D0 7A

RGB Percentages of Color #edd07a

%41.80
%36.68
%21.52

CMYK Percentages of Color #edd07a

%0
%12
%49
%7

Triadic Colors of #edd07a

#edd07a #7aedd0 #d07aed

Analogous Colors of #edd07a

#edd07a #d1ed7a #ed977a

Monochromatic Colors of #edd07a

#edd07a

Complementary Color

#edd07a #7a97ed

#edd07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd07a Color CSS Codes

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

#edd07a Text Font Color

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

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


#edd07a Background Color

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

This div background color is #edd07a


#edd07a Border Color

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

This div border color is #edd07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd07a


Comments

No comments written yet.

Please login to write comment.