Color Hex Logo

#edd91f Color Hex

#EDD91F
(237,217,31)
0 Favorites   0 Comments

Color spaces of #edd91f

RGB 23721731
HSL0.150.850.53
HSV54°87°93°
CMYK 0.000.080.87   0.07
XYZ59.985267.729211.2078
Yxy67.72920.43180.4875
Hunter Lab82.2978-13.916049.5340
CIE-Lab85.8709-10.215881.9084

#edd91f color RGB value is (237,217,31).

#edd91f hex color red value is 237, green value is 217 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #edd91f hue: 0.15 , saturation: 0.85 and the lightness value of edd91f is 0.53.

The process color (four color CMYK) of #edd91f color hex is 0.00, 0.08, 0.87, 0.07. Web safe color of #edd91f is #ffcc33. Color #edd91f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 00011111
Octal 355 331 37
Decimal 237 217 31
Hex ED D9 1F

RGB Percentages of Color #edd91f

%48.87
%44.74
%6.39

CMYK Percentages of Color #edd91f

%0
%8
%87
%7

Triadic Colors of #edd91f

#edd91f #1fedd9 #d91fed

Analogous Colors of #edd91f

#edd91f #9aed1f #ed721f

Monochromatic Colors of #edd91f

#edd91f

Complementary Color

#edd91f #1f33ed

#edd91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd91f Color CSS Codes

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

#edd91f Text Font Color

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

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


#edd91f Background Color

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

This div background color is #edd91f


#edd91f Border Color

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

This div border color is #edd91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd91f


Comments

No comments written yet.

Please login to write comment.