Color Hex Logo

#eccfdc Color Hex

#ECCFDC
(236,207,220)
0 Favorites   0 Comments

Color spaces of #eccfdc

RGB 236207220
HSL0.930.430.87
HSV333°12°93°
CMYK 0.000.120.07   0.07
XYZ69.823267.625877.0832
Yxy67.62580.32550.3152
Hunter Lab82.23497.64791.9887
CIE-Lab85.819012.2780-2.7002

#eccfdc color RGB value is (236,207,220).

#eccfdc hex color red value is 236, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eccfdc hue: 0.93 , saturation: 0.43 and the lightness value of eccfdc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001111 11011100
Octal 354 317 334
Decimal 236 207 220
Hex EC CF DC

RGB Percentages of Color #eccfdc

%35.60
%31.22
%33.18

CMYK Percentages of Color #eccfdc

%0
%12
%7
%7

Triadic Colors of #eccfdc

#eccfdc #dceccf #cfdcec

Analogous Colors of #eccfdc

#eccfdc #ecd1cf #eccfeb

Monochromatic Colors of #eccfdc

#eccfdc

Complementary Color

#eccfdc #cfecdf

#eccfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccfdc Color CSS Codes

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

#eccfdc Text Font Color

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

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


#eccfdc Background Color

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

This div background color is #eccfdc


#eccfdc Border Color

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

This div border color is #eccfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccfdc


Comments

No comments written yet.

Please login to write comment.