Color Hex Logo

#ede74d Color Hex

#EDE74D
(237,231,77)
0 Favorites   0 Comments

Color spaces of #ede74d

RGB 23723177
HSL0.160.820.62
HSV58°68°93°
CMYK 0.000.030.68   0.07
XYZ64.840575.692218.2138
Yxy75.69220.40850.4768
Hunter Lab87.0013-19.219348.4885
CIE-Lab89.7162-15.518172.0706

#ede74d color RGB value is (237,231,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 01001101
Octal 355 347 115
Decimal 237 231 77
Hex ED E7 4D

RGB Percentages of Color #ede74d

%43.49
%42.39
%14.13

CMYK Percentages of Color #ede74d

%0
%3
%68
%7

Triadic Colors of #ede74d

#ede74d #4dede7 #e74ded

Analogous Colors of #ede74d

#ede74d #a3ed4d #ed974d

Monochromatic Colors of #ede74d

#ede74d

Complementary Color

#ede74d #4d53ed

#ede74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede74d Color CSS Codes

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

#ede74d Text Font Color

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

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


#ede74d Background Color

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

This div background color is #ede74d


#ede74d Border Color

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

This div border color is #ede74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede74d


Comments

No comments written yet.

Please login to write comment.