Color Hex Logo

#edc895 Color Hex

#EDC895
(237,200,149)
0 Favorites   0 Comments

Color spaces of #edc895

RGB 237200149
HSL0.100.710.76
HSV35°37°93°
CMYK 0.000.160.37   0.07
XYZ61.004161.483037.0859
Yxy61.48300.38230.3853
Hunter Lab78.41111.654226.8455
CIE-Lab82.63776.134930.3919

#edc895 color RGB value is (237,200,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 10010101
Octal 355 310 225
Decimal 237 200 149
Hex ED C8 95

RGB Percentages of Color #edc895

%40.44
%34.13
%25.43

CMYK Percentages of Color #edc895

%0
%16
%37
%7

Triadic Colors of #edc895

#edc895 #95edc8 #c895ed

Analogous Colors of #edc895

#edc895 #e6ed95 #ed9c95

Monochromatic Colors of #edc895

#edc895

Complementary Color

#edc895 #95baed

#edc895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc895 Color CSS Codes

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

#edc895 Text Font Color

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

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


#edc895 Background Color

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

This div background color is #edc895


#edc895 Border Color

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

This div border color is #edc895


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,200,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 #edc895">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc895


Comments

No comments written yet.

Please login to write comment.