Color Hex Logo

#edba9c Color Hex

#EDBA9C
(237,186,156)
0 Favorites   0 Comments

Color spaces of #edba9c

RGB 237186156
HSL0.060.690.77
HSV22°34°93°
CMYK 0.000.220.34   0.07
XYZ58.484755.522639.0870
Yxy55.52260.38200.3627
Hunter Lab74.51359.703821.0581
CIE-Lab79.341314.322422.2402

#edba9c color RGB value is (237,186,156).

#edba9c hex color red value is 237, green value is 186 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #edba9c hue: 0.06 , saturation: 0.69 and the lightness value of edba9c is 0.77.

The process color (four color CMYK) of #edba9c color hex is 0.00, 0.22, 0.34, 0.07. Web safe color of #edba9c is #ffcc99. Color #edba9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 10011100
Octal 355 272 234
Decimal 237 186 156
Hex ED BA 9C

RGB Percentages of Color #edba9c

%40.93
%32.12
%26.94

CMYK Percentages of Color #edba9c

%0
%22
%34
%7

Triadic Colors of #edba9c

#edba9c #9cedba #ba9ced

Analogous Colors of #edba9c

#edba9c #ede39c #ed9ca7

Monochromatic Colors of #edba9c

#edba9c

Complementary Color

#edba9c #9ccfed

#edba9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba9c Color CSS Codes

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

#edba9c Text Font Color

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

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


#edba9c Background Color

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

This div background color is #edba9c


#edba9c Border Color

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

This div border color is #edba9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba9c


Comments

No comments written yet.

Please login to write comment.