Color Hex Logo

#edd448 Color Hex

#EDD448
(237,212,72)
0 Favorites   0 Comments

Color spaces of #edd448

RGB 23721272
HSL0.140.820.61
HSV51°70°93°
CMYK 0.000.110.70   0.07
XYZ59.638265.559415.6418
Yxy65.55940.42340.4655
Hunter Lab80.9688-10.219745.2243
CIE-Lab84.7712-6.304468.9971

#edd448 color RGB value is (237,212,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 01001000
Octal 355 324 110
Decimal 237 212 72
Hex ED D4 48

RGB Percentages of Color #edd448

%45.49
%40.69
%13.82

CMYK Percentages of Color #edd448

%0
%11
%70
%7

Triadic Colors of #edd448

#edd448 #48edd4 #d448ed

Analogous Colors of #edd448

#edd448 #b4ed48 #ed8248

Monochromatic Colors of #edd448

#edd448

Complementary Color

#edd448 #4861ed

#edd448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd448 Color CSS Codes

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

#edd448 Text Font Color

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

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


#edd448 Background Color

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

This div background color is #edd448


#edd448 Border Color

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

This div border color is #edd448


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,212,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 #edd448">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd448


Comments

No comments written yet.

Please login to write comment.