Color Hex Logo

#ede99c Color Hex

#EDE99C
(237,233,156)
0 Favorites   0 Comments

Color spaces of #ede99c

RGB 237233156
HSL0.160.690.77
HSV57°34°93°
CMYK 0.000.020.34   0.07
XYZ70.064778.682742.9470
Yxy78.68270.36550.4105
Hunter Lab88.7033-14.237633.3862
CIE-Lab91.0905-9.924637.9645

#ede99c color RGB value is (237,233,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 10011100
Octal 355 351 234
Decimal 237 233 156
Hex ED E9 9C

RGB Percentages of Color #ede99c

%37.86
%37.22
%24.92

CMYK Percentages of Color #ede99c

%0
%2
%34
%7

Triadic Colors of #ede99c

#ede99c #9cede9 #e99ced

Analogous Colors of #ede99c

#ede99c #c9ed9c #edc19c

Monochromatic Colors of #ede99c

#ede99c

Complementary Color

#ede99c #9ca0ed

#ede99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede99c Color CSS Codes

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

#ede99c Text Font Color

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

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


#ede99c Background Color

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

This div background color is #ede99c


#ede99c Border Color

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

This div border color is #ede99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede99c


Comments

No comments written yet.

Please login to write comment.