Color Hex Logo

#f2dcfe Color Hex

#F2DCFE
(242,220,254)
0 Favorites   0 Comments

Color spaces of #f2dcfe

RGB 242220254
HSL0.770.940.93
HSV279°13°100°
CMYK 0.050.130.00   0.00
XYZ80.100577.2194104.4490
Yxy77.21940.30600.2950
Hunter Lab87.87468.9280-8.9608
CIE-Lab90.422513.5653-13.7604

#f2dcfe color RGB value is (242,220,254).

#f2dcfe hex color red value is 242, green value is 220 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f2dcfe hue: 0.77 , saturation: 0.94 and the lightness value of f2dcfe is 0.93.

The process color (four color CMYK) of #f2dcfe color hex is 0.05, 0.13, 0.00, 0.00. Web safe color of #f2dcfe is #ffccff. Color #f2dcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011100 11111110
Octal 362 334 376
Decimal 242 220 254
Hex F2 DC FE

RGB Percentages of Color #f2dcfe

%33.80
%30.73
%35.47

CMYK Percentages of Color #f2dcfe

%5
%13
%0
%0

Triadic Colors of #f2dcfe

#f2dcfe #fef2dc #dcfef2

Analogous Colors of #f2dcfe

#f2dcfe #fedcf9 #e1dcfe

Monochromatic Colors of #f2dcfe

#f2dcfe

Complementary Color

#f2dcfe #e8fedc

#f2dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dcfe Color CSS Codes

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

#f2dcfe Text Font Color

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

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


#f2dcfe Background Color

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

This div background color is #f2dcfe


#f2dcfe Border Color

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

This div border color is #f2dcfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,220,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2dcfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2dcfe;
  -webkit-box-shadow: 1px 1px 3px 2px #f2dcfe;
  box-shadow:         1px 1px 3px 2px #f2dcfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,220,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dcfe


Comments

No comments written yet.

Please login to write comment.