Color Hex Logo

#edc197 Color Hex

#EDC197
(237,193,151)
0 Favorites   0 Comments

Color spaces of #edc197

RGB 237193151
HSL0.080.700.76
HSV29°36°93°
CMYK 0.000.190.36   0.07
XYZ59.580958.378837.4061
Yxy58.37880.38350.3758
Hunter Lab76.40605.482624.4576
CIE-Lab80.948910.033727.0794

#edc197 color RGB value is (237,193,151).

#edc197 hex color red value is 237, green value is 193 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #edc197 hue: 0.08 , saturation: 0.70 and the lightness value of edc197 is 0.76.

The process color (four color CMYK) of #edc197 color hex is 0.00, 0.19, 0.36, 0.07. Web safe color of #edc197 is #ffcc99. Color #edc197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 10010111
Octal 355 301 227
Decimal 237 193 151
Hex ED C1 97

RGB Percentages of Color #edc197

%40.79
%33.22
%25.99

CMYK Percentages of Color #edc197

%0
%19
%36
%7

Triadic Colors of #edc197

#edc197 #97edc1 #c197ed

Analogous Colors of #edc197

#edc197 #edec97 #ed9798

Monochromatic Colors of #edc197

#edc197

Complementary Color

#edc197 #97c3ed

#edc197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc197 Color CSS Codes

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

#edc197 Text Font Color

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

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


#edc197 Background Color

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

This div background color is #edc197


#edc197 Border Color

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

This div border color is #edc197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc197


Comments

No comments written yet.

Please login to write comment.