Color Hex Logo

#ede48a Color Hex

#EDE48A
(237,228,138)
0 Favorites   0 Comments

Color spaces of #ede48a

RGB 237228138
HSL0.150.730.74
HSV55°42°93°
CMYK 0.000.040.42   0.07
XYZ67.255975.326335.0394
Yxy75.32630.37860.4241
Hunter Lab86.7907-13.560536.8168
CIE-Lab89.5456-9.383744.9200

#ede48a color RGB value is (237,228,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 10001010
Octal 355 344 212
Decimal 237 228 138
Hex ED E4 8A

RGB Percentages of Color #ede48a

%39.30
%37.81
%22.89

CMYK Percentages of Color #ede48a

%0
%4
%42
%7

Triadic Colors of #ede48a

#ede48a #8aede4 #e48aed

Analogous Colors of #ede48a

#ede48a #c5ed8a #edb38a

Monochromatic Colors of #ede48a

#ede48a

Complementary Color

#ede48a #8a93ed

#ede48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede48a Color CSS Codes

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

#ede48a Text Font Color

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

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


#ede48a Background Color

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

This div background color is #ede48a


#ede48a Border Color

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

This div border color is #ede48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede48a


Comments

No comments written yet.

Please login to write comment.