Color Hex Logo

#edbcad Color Hex

#EDBCAD
(237,188,173)
0 Favorites   0 Comments

Color spaces of #edbcad

RGB 237188173
HSL0.040.640.80
HSV14°27°93°
CMYK 0.000.210.27   0.07
XYZ60.451156.988147.3488
Yxy56.98810.36680.3458
Hunter Lab75.490510.830615.6557
CIE-Lab80.172915.451914.2920

#edbcad color RGB value is (237,188,173).

#edbcad hex color red value is 237, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #edbcad hue: 0.04 , saturation: 0.64 and the lightness value of edbcad is 0.80.

The process color (four color CMYK) of #edbcad color hex is 0.00, 0.21, 0.27, 0.07. Web safe color of #edbcad is #ffcc99. Color #edbcad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10101101
Octal 355 274 255
Decimal 237 188 173
Hex ED BC AD

RGB Percentages of Color #edbcad

%39.63
%31.44
%28.93

CMYK Percentages of Color #edbcad

%0
%21
%27
%7

Triadic Colors of #edbcad

#edbcad #adedbc #bcaded

Analogous Colors of #edbcad

#edbcad #eddcad #edadbe

Monochromatic Colors of #edbcad

#edbcad

Complementary Color

#edbcad #addeed

#edbcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcad Color CSS Codes

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

#edbcad Text Font Color

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

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


#edbcad Background Color

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

This div background color is #edbcad


#edbcad Border Color

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

This div border color is #edbcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcad


Comments

No comments written yet.

Please login to write comment.