Color Hex Logo

#ecaffc Color Hex

#ECAFFC
(236,175,252)
0 Favorites   0 Comments

Color spaces of #ecaffc

RGB 236175252
HSL0.800.930.84
HSV288°31°99°
CMYK 0.060.310.00   0.01
XYZ67.492755.521199.2548
Yxy55.52110.30370.2498
Hunter Lab74.512531.2868-26.8189
CIE-Lab79.340535.1263-29.5419

#ecaffc color RGB value is (236,175,252).

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

The process color (four color CMYK) of #ecaffc color hex is 0.06, 0.31, 0.00, 0.01. Web safe color of #ecaffc is #ff99ff. Color #ecaffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101111 11111100
Octal 354 257 374
Decimal 236 175 252
Hex EC AF FC

RGB Percentages of Color #ecaffc

%35.60
%26.40
%38.01

CMYK Percentages of Color #ecaffc

%6
%31
%0
%1

Triadic Colors of #ecaffc

#ecaffc #fcecaf #affcec

Analogous Colors of #ecaffc

#ecaffc #fcafe6 #c6affc

Monochromatic Colors of #ecaffc

#ecaffc

Complementary Color

#ecaffc #bffcaf

#ecaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaffc Color CSS Codes

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

#ecaffc Text Font Color

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

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


#ecaffc Background Color

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

This div background color is #ecaffc


#ecaffc Border Color

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

This div border color is #ecaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaffc


Comments

No comments written yet.

Please login to write comment.