Color Hex Logo

#edc186 Color Hex

#EDC186
(237,193,134)
0 Favorites   0 Comments

Color spaces of #edc186

RGB 237193134
HSL0.100.740.73
HSV34°43°93°
CMYK 0.000.190.43   0.07
XYZ58.298157.865730.6508
Yxy57.86570.39710.3941
Hunter Lab76.06953.677129.3588
CIE-Lab80.66418.168235.5860

#edc186 color RGB value is (237,193,134).

#edc186 hex color red value is 237, green value is 193 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #edc186 hue: 0.10 , saturation: 0.74 and the lightness value of edc186 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 10000110
Octal 355 301 206
Decimal 237 193 134
Hex ED C1 86

RGB Percentages of Color #edc186

%42.02
%34.22
%23.76

CMYK Percentages of Color #edc186

%0
%19
%43
%7

Triadic Colors of #edc186

#edc186 #86edc1 #c186ed

Analogous Colors of #edc186

#edc186 #e6ed86 #ed8e86

Monochromatic Colors of #edc186

#edc186

Complementary Color

#edc186 #86b2ed

#edc186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc186 Color CSS Codes

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

#edc186 Text Font Color

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

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


#edc186 Background Color

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

This div background color is #edc186


#edc186 Border Color

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

This div border color is #edc186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc186


Comments

No comments written yet.

Please login to write comment.