Color Hex Logo

#edd34a Color Hex

#EDD34A
(237,211,74)
0 Favorites   0 Comments

Color spaces of #edd34a

RGB 23721174
HSL0.140.820.61
HSV50°69°93°
CMYK 0.000.110.69   0.07
XYZ59.455365.087515.9081
Yxy65.08750.42330.4634
Hunter Lab80.6768-9.637744.7828
CIE-Lab84.5288-5.697767.9881

#edd34a color RGB value is (237,211,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 01001010
Octal 355 323 112
Decimal 237 211 74
Hex ED D3 4A

RGB Percentages of Color #edd34a

%45.40
%40.42
%14.18

CMYK Percentages of Color #edd34a

%0
%11
%69
%7

Triadic Colors of #edd34a

#edd34a #4aedd3 #d34aed

Analogous Colors of #edd34a

#edd34a #b6ed4a #ed824a

Monochromatic Colors of #edd34a

#edd34a

Complementary Color

#edd34a #4a64ed

#edd34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd34a Color CSS Codes

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

#edd34a Text Font Color

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

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


#edd34a Background Color

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

This div background color is #edd34a


#edd34a Border Color

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

This div border color is #edd34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd34a


Comments

No comments written yet.

Please login to write comment.