Color Hex Logo

#ede48d Color Hex

#EDE48D
(237,228,141)
0 Favorites   0 Comments

Color spaces of #ede48d

RGB 237228141
HSL0.150.730.74
HSV54°41°93°
CMYK 0.000.040.41   0.07
XYZ67.476275.414436.1994
Yxy75.41440.37680.4211
Hunter Lab86.8415-13.277336.0743
CIE-Lab89.5867-9.075043.4949

#ede48d color RGB value is (237,228,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 10001101
Octal 355 344 215
Decimal 237 228 141
Hex ED E4 8D

RGB Percentages of Color #ede48d

%39.11
%37.62
%23.27

CMYK Percentages of Color #ede48d

%0
%4
%41
%7

Triadic Colors of #ede48d

#ede48d #8dede4 #e48ded

Analogous Colors of #ede48d

#ede48d #c6ed8d #edb48d

Monochromatic Colors of #ede48d

#ede48d

Complementary Color

#ede48d #8d96ed

#ede48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede48d Color CSS Codes

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

#ede48d Text Font Color

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

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


#ede48d Background Color

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

This div background color is #ede48d


#ede48d Border Color

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

This div border color is #ede48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede48d


Comments

No comments written yet.

Please login to write comment.