Color Hex Logo

#edd248 Color Hex

#EDD248
(237,210,72)
0 Favorites   0 Comments

Color spaces of #edd248

RGB 23721072
HSL0.140.820.61
HSV50°70°93°
CMYK 0.000.110.70   0.07
XYZ59.141364.565615.4762
Yxy64.56560.42490.4639
Hunter Lab80.3527-9.237544.8275
CIE-Lab84.2594-5.290568.4856

#edd248 color RGB value is (237,210,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 01001000
Octal 355 322 110
Decimal 237 210 72
Hex ED D2 48

RGB Percentages of Color #edd248

%45.66
%40.46
%13.87

CMYK Percentages of Color #edd248

%0
%11
%70
%7

Triadic Colors of #edd248

#edd248 #48edd2 #d248ed

Analogous Colors of #edd248

#edd248 #b6ed48 #ed8048

Monochromatic Colors of #edd248

#edd248

Complementary Color

#edd248 #4863ed

#edd248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd248 Color CSS Codes

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

#edd248 Text Font Color

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

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


#edd248 Background Color

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

This div background color is #edd248


#edd248 Border Color

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

This div border color is #edd248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd248


Comments

No comments written yet.

Please login to write comment.