Color Hex Logo

#ede74c Color Hex

#EDE74C
(237,231,76)
0 Favorites   0 Comments

Color spaces of #ede74c

RGB 23723176
HSL0.160.820.61
HSV58°68°93°
CMYK 0.000.030.68   0.07
XYZ64.805575.678218.0292
Yxy75.67820.40880.4774
Hunter Lab86.9932-19.264848.6075
CIE-Lab89.7097-15.569272.4329

#ede74c color RGB value is (237,231,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 01001100
Octal 355 347 114
Decimal 237 231 76
Hex ED E7 4C

RGB Percentages of Color #ede74c

%43.57
%42.46
%13.97

CMYK Percentages of Color #ede74c

%0
%3
%68
%7

Triadic Colors of #ede74c

#ede74c #4cede7 #e74ced

Analogous Colors of #ede74c

#ede74c #a3ed4c #ed974c

Monochromatic Colors of #ede74c

#ede74c

Complementary Color

#ede74c #4c52ed

#ede74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede74c Color CSS Codes

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

#ede74c Text Font Color

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

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


#ede74c Background Color

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

This div background color is #ede74c


#ede74c Border Color

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

This div border color is #ede74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede74c


Comments

No comments written yet.

Please login to write comment.