Color Hex Logo

#ede99d Color Hex

#EDE99D
(237,233,157)
0 Favorites   0 Comments

Color spaces of #ede99d

RGB 237233157
HSL0.160.690.77
HSV57°34°93°
CMYK 0.000.020.34   0.07
XYZ70.149878.716743.3948
Yxy78.71670.36490.4094
Hunter Lab88.7224-14.130433.1065
CIE-Lab91.1060-9.808337.4830

#ede99d color RGB value is (237,233,157).

#ede99d hex color red value is 237, green value is 233 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ede99d hue: 0.16 , saturation: 0.69 and the lightness value of ede99d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 10011101
Octal 355 351 235
Decimal 237 233 157
Hex ED E9 9D

RGB Percentages of Color #ede99d

%37.80
%37.16
%25.04

CMYK Percentages of Color #ede99d

%0
%2
%34
%7

Triadic Colors of #ede99d

#ede99d #9dede9 #e99ded

Analogous Colors of #ede99d

#ede99d #c9ed9d #edc19d

Monochromatic Colors of #ede99d

#ede99d

Complementary Color

#ede99d #9da1ed

#ede99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede99d Color CSS Codes

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

#ede99d Text Font Color

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

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


#ede99d Background Color

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

This div background color is #ede99d


#ede99d Border Color

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

This div border color is #ede99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede99d


Comments

No comments written yet.

Please login to write comment.