Color Hex Logo

#edd48f Color Hex

#EDD48F
(237,212,143)
0 Favorites   0 Comments

Color spaces of #edd48f

RGB 237212143
HSL0.120.720.75
HSV44°40°93°
CMYK 0.000.110.40   0.07
XYZ63.426567.074735.5904
Yxy67.07470.38190.4038
Hunter Lab81.8991-5.084831.5641
CIE-Lab85.5417-0.747337.3019

#edd48f color RGB value is (237,212,143).

#edd48f hex color red value is 237, green value is 212 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #edd48f hue: 0.12 , saturation: 0.72 and the lightness value of edd48f is 0.75.

The process color (four color CMYK) of #edd48f color hex is 0.00, 0.11, 0.40, 0.07. Web safe color of #edd48f is #ffcc99. Color #edd48f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 10001111
Octal 355 324 217
Decimal 237 212 143
Hex ED D4 8F

RGB Percentages of Color #edd48f

%40.03
%35.81
%24.16

CMYK Percentages of Color #edd48f

%0
%11
%40
%7

Triadic Colors of #edd48f

#edd48f #8fedd4 #d48fed

Analogous Colors of #edd48f

#edd48f #d7ed8f #eda58f

Monochromatic Colors of #edd48f

#edd48f

Complementary Color

#edd48f #8fa8ed

#edd48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd48f Color CSS Codes

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

#edd48f Text Font Color

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

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


#edd48f Background Color

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

This div background color is #edd48f


#edd48f Border Color

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

This div border color is #edd48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd48f


Comments

No comments written yet.

Please login to write comment.