Color Hex Logo

#edc28f Color Hex

#EDC28F
(237,194,143)
0 Favorites   0 Comments

Color spaces of #edc28f

RGB 237194143
HSL0.090.720.75
HSV33°40°93°
CMYK 0.000.180.40   0.07
XYZ59.174858.571334.1731
Yxy58.57130.38950.3855
Hunter Lab76.53194.086227.0981
CIE-Lab81.05548.600431.4206

#edc28f color RGB value is (237,194,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 10001111
Octal 355 302 217
Decimal 237 194 143
Hex ED C2 8F

RGB Percentages of Color #edc28f

%41.29
%33.80
%24.91

CMYK Percentages of Color #edc28f

%0
%18
%40
%7

Triadic Colors of #edc28f

#edc28f #8fedc2 #c28fed

Analogous Colors of #edc28f

#edc28f #e9ed8f #ed938f

Monochromatic Colors of #edc28f

#edc28f

Complementary Color

#edc28f #8fbaed

#edc28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc28f Color CSS Codes

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

#edc28f Text Font Color

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

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


#edc28f Background Color

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

This div background color is #edc28f


#edc28f Border Color

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

This div border color is #edc28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc28f

#edc28f Color Palettes


Comments

No comments written yet.

Please login to write comment.