Color Hex Logo

#ecaefa Color Hex

#ECAEFA
(236,174,250)
0 Favorites   0 Comments

Color spaces of #ecaefa

RGB 236174250
HSL0.800.880.83
HSV289°30°98°
CMYK 0.060.300.00   0.02
XYZ66.983455.007197.5295
Yxy55.00710.30510.2506
Hunter Lab74.166831.4197-26.0498
CIE-Lab79.045435.2735-28.9205

#ecaefa color RGB value is (236,174,250).

#ecaefa hex color red value is 236, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ecaefa hue: 0.80 , saturation: 0.88 and the lightness value of ecaefa is 0.83.

The process color (four color CMYK) of #ecaefa color hex is 0.06, 0.30, 0.00, 0.02. Web safe color of #ecaefa is #ff99ff. Color #ecaefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101110 11111010
Octal 354 256 372
Decimal 236 174 250
Hex EC AE FA

RGB Percentages of Color #ecaefa

%35.76
%26.36
%37.88

CMYK Percentages of Color #ecaefa

%6
%30
%0
%2

Triadic Colors of #ecaefa

#ecaefa #faecae #aefaec

Analogous Colors of #ecaefa

#ecaefa #faaee2 #c6aefa

Monochromatic Colors of #ecaefa

#ecaefa

Complementary Color

#ecaefa #bcfaae

#ecaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaefa Color CSS Codes

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

#ecaefa Text Font Color

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

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


#ecaefa Background Color

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

This div background color is #ecaefa


#ecaefa Border Color

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

This div border color is #ecaefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaefa


Comments

No comments written yet.

Please login to write comment.