Color Hex Logo

#ede48f Color Hex

#EDE48F
(237,228,143)
0 Favorites   0 Comments

Color spaces of #ede48f

RGB 237228143
HSL0.150.720.75
HSV54°40°93°
CMYK 0.000.040.40   0.07
XYZ67.626475.474536.9903
Yxy75.47450.37550.4191
Hunter Lab86.8761-13.084435.5686
CIE-Lab89.6148-8.865242.5414

#ede48f color RGB value is (237,228,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 10001111
Octal 355 344 217
Decimal 237 228 143
Hex ED E4 8F

RGB Percentages of Color #ede48f

%38.98
%37.50
%23.52

CMYK Percentages of Color #ede48f

%0
%4
%40
%7

Triadic Colors of #ede48f

#ede48f #8fede4 #e48fed

Analogous Colors of #ede48f

#ede48f #c7ed8f #edb58f

Monochromatic Colors of #ede48f

#ede48f

Complementary Color

#ede48f #8f98ed

#ede48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede48f Color CSS Codes

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

#ede48f Text Font Color

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

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


#ede48f Background Color

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

This div background color is #ede48f


#ede48f Border Color

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

This div border color is #ede48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede48f


Comments

No comments written yet.

Please login to write comment.