Color Hex Logo

#edbcc7 Color Hex

#EDBCC7
(237,188,199)
0 Favorites   0 Comments

Color spaces of #edbcc7

RGB 237188199
HSL0.960.580.83
HSV347°21°93°
CMYK 0.000.210.16   0.07
XYZ63.217158.094561.9143
Yxy58.09450.34500.3171
Hunter Lab76.219714.66445.1918
CIE-Lab80.791319.24701.1875

#edbcc7 color RGB value is (237,188,199).

#edbcc7 hex color red value is 237, green value is 188 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #edbcc7 hue: 0.96 , saturation: 0.58 and the lightness value of edbcc7 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 11000111
Octal 355 274 307
Decimal 237 188 199
Hex ED BC C7

RGB Percentages of Color #edbcc7

%37.98
%30.13
%31.89

CMYK Percentages of Color #edbcc7

%0
%21
%16
%7

Triadic Colors of #edbcc7

#edbcc7 #c7edbc #bcc7ed

Analogous Colors of #edbcc7

#edbcc7 #edcabc #edbce0

Monochromatic Colors of #edbcc7

#edbcc7

Complementary Color

#edbcc7 #bcede2

#edbcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcc7 Color CSS Codes

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

#edbcc7 Text Font Color

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

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


#edbcc7 Background Color

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

This div background color is #edbcc7


#edbcc7 Border Color

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

This div border color is #edbcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcc7


Comments

No comments written yet.

Please login to write comment.