Color Hex Logo

#ede39a Color Hex

#EDE39A
(237,227,154)
0 Favorites   0 Comments

Color spaces of #ede39a

RGB 237227154
HSL0.150.700.77
HSV53°35°93°
CMYK 0.000.040.35   0.07
XYZ68.226975.275841.5056
Yxy75.27580.36880.4069
Hunter Lab86.7616-11.465532.3696
CIE-Lab89.5220-7.148036.9198

#ede39a color RGB value is (237,227,154).

#ede39a hex color red value is 237, green value is 227 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ede39a hue: 0.15 , saturation: 0.70 and the lightness value of ede39a is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 10011010
Octal 355 343 232
Decimal 237 227 154
Hex ED E3 9A

RGB Percentages of Color #ede39a

%38.35
%36.73
%24.92

CMYK Percentages of Color #ede39a

%0
%4
%35
%7

Triadic Colors of #ede39a

#ede39a #9aede3 #e39aed

Analogous Colors of #ede39a

#ede39a #ceed9a #edba9a

Monochromatic Colors of #ede39a

#ede39a

Complementary Color

#ede39a #9aa4ed

#ede39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede39a Color CSS Codes

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

#ede39a Text Font Color

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

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


#ede39a Background Color

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

This div background color is #ede39a


#ede39a Border Color

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

This div border color is #ede39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede39a


Comments

No comments written yet.

Please login to write comment.