Color Hex Logo

#ecadfb Color Hex

#ECADFB
(236,173,251)
0 Favorites   0 Comments

Color spaces of #ecadfb

RGB 236173251
HSL0.800.910.83
HSV288°31°98°
CMYK 0.060.310.00   0.02
XYZ66.948254.685098.2935
Yxy54.68500.30440.2487
Hunter Lab73.949332.1893-27.0438
CIE-Lab78.859535.9967-29.7431

#ecadfb color RGB value is (236,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101101 11111011
Octal 354 255 373
Decimal 236 173 251
Hex EC AD FB

RGB Percentages of Color #ecadfb

%35.76
%26.21
%38.03

CMYK Percentages of Color #ecadfb

%6
%31
%0
%2

Triadic Colors of #ecadfb

#ecadfb #fbecad #adfbec

Analogous Colors of #ecadfb

#ecadfb #fbade3 #c5adfb

Monochromatic Colors of #ecadfb

#ecadfb

Complementary Color

#ecadfb #bcfbad

#ecadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecadfb Color CSS Codes

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

#ecadfb Text Font Color

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

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


#ecadfb Background Color

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

This div background color is #ecadfb


#ecadfb Border Color

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

This div border color is #ecadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecadfb


Comments

No comments written yet.

Please login to write comment.