Color Hex Logo

#edd431 Color Hex

#EDD431
(237,212,49)
0 Favorites   0 Comments

Color spaces of #edd431

RGB 23721249
HSL0.140.840.56
HSV52°79°93°
CMYK 0.000.110.79   0.07
XYZ59.022965.313212.4016
Yxy65.31320.43170.4777
Hunter Lab80.8166-11.064847.4733
CIE-Lab84.6449-7.237176.5783

#edd431 color RGB value is (237,212,49).

#edd431 hex color red value is 237, green value is 212 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #edd431 hue: 0.14 , saturation: 0.84 and the lightness value of edd431 is 0.56.

The process color (four color CMYK) of #edd431 color hex is 0.00, 0.11, 0.79, 0.07. Web safe color of #edd431 is #ffcc33. Color #edd431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 00110001
Octal 355 324 61
Decimal 237 212 49
Hex ED D4 31

RGB Percentages of Color #edd431

%47.59
%42.57
%9.84

CMYK Percentages of Color #edd431

%0
%11
%79
%7

Triadic Colors of #edd431

#edd431 #31edd4 #d431ed

Analogous Colors of #edd431

#edd431 #a8ed31 #ed7631

Monochromatic Colors of #edd431

#edd431

Complementary Color

#edd431 #314aed

#edd431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd431 Color CSS Codes

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

#edd431 Text Font Color

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

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


#edd431 Background Color

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

This div background color is #edd431


#edd431 Border Color

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

This div border color is #edd431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd431


Comments

No comments written yet.

Please login to write comment.