Color Hex Logo

#edd895 Color Hex

#EDD895
(237,216,149)
0 Favorites   0 Comments

Color spaces of #edd895

RGB 237216149
HSL0.130.710.76
HSV46°37°93°
CMYK 0.000.090.37   0.07
XYZ64.905769.286238.3864
Yxy69.28620.37610.4015
Hunter Lab83.2383-6.480430.9245
CIE-Lab86.6456-2.135035.6881

#edd895 color RGB value is (237,216,149).

#edd895 hex color red value is 237, green value is 216 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #edd895 hue: 0.13 , saturation: 0.71 and the lightness value of edd895 is 0.76.

The process color (four color CMYK) of #edd895 color hex is 0.00, 0.09, 0.37, 0.07. Web safe color of #edd895 is #ffcc99. Color #edd895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 10010101
Octal 355 330 225
Decimal 237 216 149
Hex ED D8 95

RGB Percentages of Color #edd895

%39.37
%35.88
%24.75

CMYK Percentages of Color #edd895

%0
%9
%37
%7

Triadic Colors of #edd895

#edd895 #95edd8 #d895ed

Analogous Colors of #edd895

#edd895 #d6ed95 #edac95

Monochromatic Colors of #edd895

#edd895

Complementary Color

#edd895 #95aaed

#edd895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd895 Color CSS Codes

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

#edd895 Text Font Color

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

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


#edd895 Background Color

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

This div background color is #edd895


#edd895 Border Color

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

This div border color is #edd895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd895


Comments

No comments written yet.

Please login to write comment.