Color Hex Logo

#edc6cb Color Hex

#EDC6CB
(237,198,203)
0 Favorites   0 Comments

Color spaces of #edc6cb

RGB 237198203
HSL0.980.520.85
HSV352°16°93°
CMYK 0.000.160.14   0.07
XYZ65.898662.704565.1299
Yxy62.70450.34020.3237
Hunter Lab79.18629.97166.6648
CIE-Lab83.286714.57692.6696

#edc6cb color RGB value is (237,198,203).

#edc6cb hex color red value is 237, green value is 198 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #edc6cb hue: 0.98 , saturation: 0.52 and the lightness value of edc6cb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 11001011
Octal 355 306 313
Decimal 237 198 203
Hex ED C6 CB

RGB Percentages of Color #edc6cb

%37.15
%31.03
%31.82

CMYK Percentages of Color #edc6cb

%0
%16
%14
%7

Triadic Colors of #edc6cb

#edc6cb #cbedc6 #c6cbed

Analogous Colors of #edc6cb

#edc6cb #edd5c6 #edc6df

Monochromatic Colors of #edc6cb

#edc6cb

Complementary Color

#edc6cb #c6ede8

#edc6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc6cb Color CSS Codes

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

#edc6cb Text Font Color

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

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


#edc6cb Background Color

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

This div background color is #edc6cb


#edc6cb Border Color

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

This div border color is #edc6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc6cb


Comments

No comments written yet.

Please login to write comment.