Color Hex Logo

#ecafcc Color Hex

#ECAFCC
(236,175,204)
0 Favorites   0 Comments

Color spaces of #ecafcc

RGB 236175204
HSL0.920.620.81
HSV331°26°93°
CMYK 0.000.260.14   0.07
XYZ60.821152.852464.1227
Yxy52.85240.34210.2973
Hunter Lab72.699722.1101-1.4053
CIE-Lab77.787826.6081-5.9381

#ecafcc color RGB value is (236,175,204).

#ecafcc hex color red value is 236, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ecafcc hue: 0.92 , saturation: 0.62 and the lightness value of ecafcc is 0.81.

The process color (four color CMYK) of #ecafcc color hex is 0.00, 0.26, 0.14, 0.07. Web safe color of #ecafcc is #ff99cc. Color #ecafcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101111 11001100
Octal 354 257 314
Decimal 236 175 204
Hex EC AF CC

RGB Percentages of Color #ecafcc

%38.37
%28.46
%33.17

CMYK Percentages of Color #ecafcc

%0
%26
%14
%7

Triadic Colors of #ecafcc

#ecafcc #ccecaf #afccec

Analogous Colors of #ecafcc

#ecafcc #ecb1af #ecafeb

Monochromatic Colors of #ecafcc

#ecafcc

Complementary Color

#ecafcc #afeccf

#ecafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecafcc Color CSS Codes

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

#ecafcc Text Font Color

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

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


#ecafcc Background Color

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

This div background color is #ecafcc


#ecafcc Border Color

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

This div border color is #ecafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecafcc


Comments

No comments written yet.

Please login to write comment.