Color Hex Logo

#edcbc7 Color Hex

#EDCBC7
(237,203,199)
0 Favorites   0 Comments

Color spaces of #edcbc7

RGB 237203199
HSL0.020.510.85
HSV16°93°
CMYK 0.000.140.16   0.07
XYZ66.589864.839963.0385
Yxy64.83990.34240.3334
Hunter Lab80.52326.69749.9504
CIE-Lab84.401211.31496.4145

#edcbc7 color RGB value is (237,203,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11000111
Octal 355 313 307
Decimal 237 203 199
Hex ED CB C7

RGB Percentages of Color #edcbc7

%37.09
%31.77
%31.14

CMYK Percentages of Color #edcbc7

%0
%14
%16
%7

Triadic Colors of #edcbc7

#edcbc7 #c7edcb #cbc7ed

Analogous Colors of #edcbc7

#edcbc7 #eddec7 #edc7d6

Monochromatic Colors of #edcbc7

#edcbc7

Complementary Color

#edcbc7 #c7e9ed

#edcbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbc7 Color CSS Codes

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

#edcbc7 Text Font Color

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

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


#edcbc7 Background Color

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

This div background color is #edcbc7


#edcbc7 Border Color

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

This div border color is #edcbc7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,203,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 #edcbc7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbc7


Comments

No comments written yet.

Please login to write comment.