Color Hex Logo

#edc095 Color Hex

#EDC095
(237,192,149)
0 Favorites   0 Comments

Color spaces of #edc095

RGB 237192149
HSL0.080.710.76
HSV29°37°93°
CMYK 0.000.190.37   0.07
XYZ59.199557.873736.4844
Yxy57.87370.38550.3769
Hunter Lab76.07485.773424.8177
CIE-Lab80.668510.327327.7560

#edc095 color RGB value is (237,192,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 10010101
Octal 355 300 225
Decimal 237 192 149
Hex ED C0 95

RGB Percentages of Color #edc095

%41.00
%33.22
%25.78

CMYK Percentages of Color #edc095

%0
%19
%37
%7

Triadic Colors of #edc095

#edc095 #95edc0 #c095ed

Analogous Colors of #edc095

#edc095 #edec95 #ed9596

Monochromatic Colors of #edc095

#edc095

Complementary Color

#edc095 #95c2ed

#edc095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc095 Color CSS Codes

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

#edc095 Text Font Color

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

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


#edc095 Background Color

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

This div background color is #edc095


#edc095 Border Color

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

This div border color is #edc095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc095


Comments

No comments written yet.

Please login to write comment.