Color Hex Logo

#ecaff4 Color Hex

#ECAFF4
(236,175,244)
0 Favorites   0 Comments

Color spaces of #ecaff4

RGB 236175244
HSL0.810.760.82
HSV293°28°96°
CMYK 0.030.280.00   0.04
XYZ66.251255.024592.7169
Yxy55.02450.30960.2571
Hunter Lab74.178529.6117-22.1826
CIE-Lab79.055433.6031-25.6785

#ecaff4 color RGB value is (236,175,244).

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

The process color (four color CMYK) of #ecaff4 color hex is 0.03, 0.28, 0.00, 0.04. Web safe color of #ecaff4 is #ff99ff. Color #ecaff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101111 11110100
Octal 354 257 364
Decimal 236 175 244
Hex EC AF F4

RGB Percentages of Color #ecaff4

%36.03
%26.72
%37.25

CMYK Percentages of Color #ecaff4

%3
%28
%0
%4

Triadic Colors of #ecaff4

#ecaff4 #f4ecaf #aff4ec

Analogous Colors of #ecaff4

#ecaff4 #f4afda #caaff4

Monochromatic Colors of #ecaff4

#ecaff4

Complementary Color

#ecaff4 #b7f4af

#ecaff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaff4 Color CSS Codes

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

#ecaff4 Text Font Color

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

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


#ecaff4 Background Color

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

This div background color is #ecaff4


#ecaff4 Border Color

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

This div border color is #ecaff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaff4


Comments

No comments written yet.

Please login to write comment.