Color Hex Logo

#edc695 Color Hex

#EDC695
(237,198,149)
1 Favorites   0 Comments

Color spaces of #edc695

RGB 237198149
HSL0.090.710.76
HSV33°37°93°
CMYK 0.000.160.37   0.07
XYZ60.544060.562636.9325
Yxy60.56260.38310.3832
Hunter Lab77.82202.681126.3377
CIE-Lab82.14307.180129.7318

#edc695 color RGB value is (237,198,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 10010101
Octal 355 306 225
Decimal 237 198 149
Hex ED C6 95

RGB Percentages of Color #edc695

%40.58
%33.90
%25.51

CMYK Percentages of Color #edc695

%0
%16
%37
%7

Triadic Colors of #edc695

#edc695 #95edc6 #c695ed

Analogous Colors of #edc695

#edc695 #e8ed95 #ed9a95

Monochromatic Colors of #edc695

#edc695

Complementary Color

#edc695 #95bced

#edc695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc695 Color CSS Codes

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

#edc695 Text Font Color

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

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


#edc695 Background Color

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

This div background color is #edc695


#edc695 Border Color

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

This div border color is #edc695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc695


Comments

No comments written yet.

Please login to write comment.