Color Hex Logo

#edd041 Color Hex

#EDD041
(237,208,65)
0 Favorites   0 Comments

Color spaces of #edd041

RGB 23720865
HSL0.140.830.59
HSV50°73°93°
CMYK 0.000.120.73   0.07
XYZ58.435163.497914.1775
Yxy63.49790.42930.4665
Hunter Lab79.6856-8.552045.2311
CIE-Lab83.7037-4.601070.5328

#edd041 color RGB value is (237,208,65).

#edd041 hex color red value is 237, green value is 208 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #edd041 hue: 0.14 , saturation: 0.83 and the lightness value of edd041 is 0.59.

The process color (four color CMYK) of #edd041 color hex is 0.00, 0.12, 0.73, 0.07. Web safe color of #edd041 is #ffcc33. Color #edd041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 01000001
Octal 355 320 101
Decimal 237 208 65
Hex ED D0 41

RGB Percentages of Color #edd041

%46.47
%40.78
%12.75

CMYK Percentages of Color #edd041

%0
%12
%73
%7

Triadic Colors of #edd041

#edd041 #41edd0 #d041ed

Analogous Colors of #edd041

#edd041 #b4ed41 #ed7a41

Monochromatic Colors of #edd041

#edd041

Complementary Color

#edd041 #415eed

#edd041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd041 Color CSS Codes

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

#edd041 Text Font Color

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

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


#edd041 Background Color

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

This div background color is #edd041


#edd041 Border Color

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

This div border color is #edd041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd041


Comments

No comments written yet.

Please login to write comment.