Color Hex Logo

#edcbcf Color Hex

#EDCBCF
(237,203,207)
0 Favorites   0 Comments

Color spaces of #edcbcf

RGB 237203207
HSL0.980.490.86
HSV353°14°93°
CMYK 0.000.140.13   0.07
XYZ67.543565.221468.0605
Yxy65.22140.33630.3248
Hunter Lab80.75987.95906.5650
CIE-Lab84.597712.57782.4395

#edcbcf color RGB value is (237,203,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11001111
Octal 355 313 317
Decimal 237 203 207
Hex ED CB CF

RGB Percentages of Color #edcbcf

%36.63
%31.38
%31.99

CMYK Percentages of Color #edcbcf

%0
%14
%13
%7

Triadic Colors of #edcbcf

#edcbcf #cfedcb #cbcfed

Analogous Colors of #edcbcf

#edcbcf #edd8cb #edcbe0

Monochromatic Colors of #edcbcf

#edcbcf

Complementary Color

#edcbcf #cbede9

#edcbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbcf Color CSS Codes

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

#edcbcf Text Font Color

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

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


#edcbcf Background Color

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

This div background color is #edcbcf


#edcbcf Border Color

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

This div border color is #edcbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbcf


Comments

No comments written yet.

Please login to write comment.