Color Hex Logo

#edd048 Color Hex

#EDD048
(237,208,72)
0 Favorites   0 Comments

Color spaces of #edd048

RGB 23720872
HSL0.140.820.61
HSV49°70°93°
CMYK 0.000.120.70   0.07
XYZ58.650663.584215.3126
Yxy63.58420.42640.4623
Hunter Lab79.7397-8.253144.4322
CIE-Lab83.7488-4.273667.9744

#edd048 color RGB value is (237,208,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 01001000
Octal 355 320 110
Decimal 237 208 72
Hex ED D0 48

RGB Percentages of Color #edd048

%45.84
%40.23
%13.93

CMYK Percentages of Color #edd048

%0
%12
%70
%7

Triadic Colors of #edd048

#edd048 #48edd0 #d048ed

Analogous Colors of #edd048

#edd048 #b8ed48 #ed7e48

Monochromatic Colors of #edd048

#edd048

Complementary Color

#edd048 #4865ed

#edd048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd048 Color CSS Codes

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

#edd048 Text Font Color

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

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


#edd048 Background Color

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

This div background color is #edd048


#edd048 Border Color

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

This div border color is #edd048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd048


Comments

No comments written yet.

Please login to write comment.