Color Hex Logo

#ecafca Color Hex

#ECAFCA
(236,175,202)
0 Favorites   0 Comments

Color spaces of #ecafca

RGB 236175202
HSL0.930.620.81
HSV333°26°93°
CMYK 0.000.260.14   0.07
XYZ60.582752.757162.8672
Yxy52.75710.34380.2994
Hunter Lab72.634121.7738-0.4736
CIE-Lab77.731426.2875-4.9340

#ecafca color RGB value is (236,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101111 11001010
Octal 354 257 312
Decimal 236 175 202
Hex EC AF CA

RGB Percentages of Color #ecafca

%38.50
%28.55
%32.95

CMYK Percentages of Color #ecafca

%0
%26
%14
%7

Triadic Colors of #ecafca

#ecafca #caecaf #afcaec

Analogous Colors of #ecafca

#ecafca #ecb3af #ecafe9

Monochromatic Colors of #ecafca

#ecafca

Complementary Color

#ecafca #afecd1

#ecafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecafca Color CSS Codes

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

#ecafca Text Font Color

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

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


#ecafca Background Color

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

This div background color is #ecafca


#ecafca Border Color

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

This div border color is #ecafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecafca


Comments

No comments written yet.

Please login to write comment.