Color Hex Logo

#edd938 Color Hex

#EDD938
(237,217,56)
0 Favorites   0 Comments

Color spaces of #edd938

RGB 23721756
HSL0.150.830.57
HSV53°76°93°
CMYK 0.000.080.76   0.07
XYZ60.451767.915813.6643
Yxy67.91580.42560.4782
Hunter Lab82.4110-13.282647.8571
CIE-Lab85.9643-9.509775.6687

#edd938 color RGB value is (237,217,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 00111000
Octal 355 331 70
Decimal 237 217 56
Hex ED D9 38

RGB Percentages of Color #edd938

%46.47
%42.55
%10.98

CMYK Percentages of Color #edd938

%0
%8
%76
%7

Triadic Colors of #edd938

#edd938 #38edd9 #d938ed

Analogous Colors of #edd938

#edd938 #a7ed38 #ed7f38

Monochromatic Colors of #edd938

#edd938

Complementary Color

#edd938 #384ced

#edd938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd938 Color CSS Codes

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

#edd938 Text Font Color

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

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


#edd938 Background Color

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

This div background color is #edd938


#edd938 Border Color

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

This div border color is #edd938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd938


Comments

No comments written yet.

Please login to write comment.