color codes Logo

#edd71f color codes

#EDD71F
(237,215,31)
0 Favorites   0 Comments

Color spaces of #edd71f

RGB 23721531
HSL0.150.850.53
HSV54°87°93°
CMYK 0.000.090.87   0.07
XYZ59.472866.704311.0370
Yxy66.70430.43340.4861
Hunter Lab81.6727-12.946349.1586
CIE-Lab85.3544-9.214381.4965

#edd71f color RGB value is (237,215,31).

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

The process color (four color CMYK) of #edd71f color code is 0.00, 0.09, 0.87, 0.07. Web safe color of #edd71f is #ffcc33. Color #edd71f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 00011111
Octal 355 327 37
Decimal 237 215 31
Hex ED D7 1F

RGB Percentages of Color #edd71f

%49.07
%44.51
%6.42

CMYK Percentages of Color #edd71f

%0
%9
%87
%7

Triadic Colors of #edd71f

#edd71f #1fedd7 #d71fed

Analogous Colors of #edd71f

#edd71f #9ced1f #ed701f

Monochromatic Colors of #edd71f

#edd71f

Complementary Color

#edd71f #1f35ed

#edd71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd71f Color CSS Codes

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

#edd71f Text Font Color

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

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


#edd71f Background Color

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

This div background color is #edd71f


#edd71f Border Color

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

This div border color is #edd71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd71f


Comments

No comments written yet.

Please login to write comment.