Color Hex Logo

#edc6ba Color Hex

#EDC6BA
(237,198,186)
0 Favorites   0 Comments

Color spaces of #edc6ba

RGB 237198186
HSL0.040.590.83
HSV14°22°93°
CMYK 0.000.160.22   0.07
XYZ63.982161.937955.0374
Yxy61.93790.35360.3423
Hunter Lab78.70067.390913.6274
CIE-Lab82.880411.995811.1662

#edc6ba color RGB value is (237,198,186).

#edc6ba hex color red value is 237, green value is 198 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #edc6ba hue: 0.04 , saturation: 0.59 and the lightness value of edc6ba is 0.83.

The process color (four color CMYK) of #edc6ba color hex is 0.00, 0.16, 0.22, 0.07. Web safe color of #edc6ba is #ffcccc. Color #edc6ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 10111010
Octal 355 306 272
Decimal 237 198 186
Hex ED C6 BA

RGB Percentages of Color #edc6ba

%38.16
%31.88
%29.95

CMYK Percentages of Color #edc6ba

%0
%16
%22
%7

Triadic Colors of #edc6ba

#edc6ba #baedc6 #c6baed

Analogous Colors of #edc6ba

#edc6ba #ede0ba #edbac8

Monochromatic Colors of #edc6ba

#edc6ba

Complementary Color

#edc6ba #bae1ed

#edc6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc6ba Color CSS Codes

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

#edc6ba Text Font Color

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

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


#edc6ba Background Color

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

This div background color is #edc6ba


#edc6ba Border Color

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

This div border color is #edc6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc6ba


Comments

No comments written yet.

Please login to write comment.