Color Hex Logo

#edd944 Color Hex

#EDD944
(237,217,68)
0 Favorites   0 Comments

Color spaces of #edd944

RGB 23721768
HSL0.150.820.60
HSV53°71°93°
CMYK 0.000.080.71   0.07
XYZ60.781368.047615.3998
Yxy68.04760.42140.4718
Hunter Lab82.4910-12.836246.6751
CIE-Lab86.0302-9.013871.7109

#edd944 color RGB value is (237,217,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 01000100
Octal 355 331 104
Decimal 237 217 68
Hex ED D9 44

RGB Percentages of Color #edd944

%45.40
%41.57
%13.03

CMYK Percentages of Color #edd944

%0
%8
%71
%7

Triadic Colors of #edd944

#edd944 #44edd9 #d944ed

Analogous Colors of #edd944

#edd944 #aded44 #ed8544

Monochromatic Colors of #edd944

#edd944

Complementary Color

#edd944 #4458ed

#edd944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd944 Color CSS Codes

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

#edd944 Text Font Color

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

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


#edd944 Background Color

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

This div background color is #edd944


#edd944 Border Color

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

This div border color is #edd944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd944


Comments

No comments written yet.

Please login to write comment.