Color Hex Logo

#ede47a Color Hex

#EDE47A
(237,228,122)
0 Favorites   0 Comments

Color spaces of #ede47a

RGB 237228122
HSL0.150.760.70
HSV55°49°93°
CMYK 0.000.040.49   0.07
XYZ66.181374.896529.3807
Yxy74.89650.38830.4394
Hunter Lab86.5428-14.946740.4514
CIE-Lab89.3445-10.902552.3883

#ede47a color RGB value is (237,228,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01111010
Octal 355 344 172
Decimal 237 228 122
Hex ED E4 7A

RGB Percentages of Color #ede47a

%40.37
%38.84
%20.78

CMYK Percentages of Color #ede47a

%0
%4
%49
%7

Triadic Colors of #ede47a

#ede47a #7aede4 #e47aed

Analogous Colors of #ede47a

#ede47a #bded7a #edab7a

Monochromatic Colors of #ede47a

#ede47a

Complementary Color

#ede47a #7a83ed

#ede47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede47a Color CSS Codes

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

#ede47a Text Font Color

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

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


#ede47a Background Color

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

This div background color is #ede47a


#ede47a Border Color

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

This div border color is #ede47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede47a


Comments

No comments written yet.

Please login to write comment.