Color Hex Logo

#ede77a Color Hex

#EDE77A
(237,231,122)
0 Favorites   0 Comments

Color spaces of #ede77a

RGB 237231122
HSL0.160.760.70
HSV57°49°93°
CMYK 0.000.030.49   0.07
XYZ67.013876.561529.6582
Yxy76.56150.38680.4420
Hunter Lab87.4994-16.415041.1531
CIE-Lab90.1194-12.392253.3188

#ede77a color RGB value is (237,231,122).

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

The process color (four color CMYK) of #ede77a color hex is 0.00, 0.03, 0.49, 0.07. Web safe color of #ede77a is #ffff66. Color #ede77a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 01111010
Octal 355 347 172
Decimal 237 231 122
Hex ED E7 7A

RGB Percentages of Color #ede77a

%40.17
%39.15
%20.68

CMYK Percentages of Color #ede77a

%0
%3
%49
%7

Triadic Colors of #ede77a

#ede77a #7aede7 #e77aed

Analogous Colors of #ede77a

#ede77a #baed7a #edae7a

Monochromatic Colors of #ede77a

#ede77a

Complementary Color

#ede77a #7a80ed

#ede77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede77a Color CSS Codes

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

#ede77a Text Font Color

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

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


#ede77a Background Color

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

This div background color is #ede77a


#ede77a Border Color

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

This div border color is #ede77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede77a


Comments

No comments written yet.

Please login to write comment.