Color Hex Logo

#ede899 Color Hex

#EDE899
(237,232,153)
0 Favorites   0 Comments

Color spaces of #ede899

RGB 237232153
HSL0.160.700.76
HSV56°35°93°
CMYK 0.000.020.35   0.07
XYZ69.531478.017741.5312
Yxy78.01770.36770.4126
Hunter Lab88.3276-14.058433.9515
CIE-Lab90.7880-9.769439.0726

#ede899 color RGB value is (237,232,153).

#ede899 hex color red value is 237, green value is 232 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ede899 hue: 0.16 , saturation: 0.70 and the lightness value of ede899 is 0.76.

The process color (four color CMYK) of #ede899 color hex is 0.00, 0.02, 0.35, 0.07. Web safe color of #ede899 is #ffff99. Color #ede899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 10011001
Octal 355 350 231
Decimal 237 232 153
Hex ED E8 99

RGB Percentages of Color #ede899

%38.10
%37.30
%24.60

CMYK Percentages of Color #ede899

%0
%2
%35
%7

Triadic Colors of #ede899

#ede899 #99ede8 #e899ed

Analogous Colors of #ede899

#ede899 #c8ed99 #edbe99

Monochromatic Colors of #ede899

#ede899

Complementary Color

#ede899 #999eed

#ede899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede899 Color CSS Codes

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

#ede899 Text Font Color

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

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


#ede899 Background Color

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

This div background color is #ede899


#ede899 Border Color

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

This div border color is #ede899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede899


Comments

No comments written yet.

Please login to write comment.