Color Hex Logo

#f3dafe Color Hex

#F3DAFE
(243,218,254)
0 Favorites   0 Comments

Color spaces of #f3dafe

RGB 243218254
HSL0.780.950.93
HSV282°14°100°
CMYK 0.040.140.00   0.00
XYZ79.922976.3533104.2912
Yxy76.35330.30670.2930
Hunter Lab87.380410.3503-9.5982
CIE-Lab90.023114.9374-14.3496

#f3dafe color RGB value is (243,218,254).

#f3dafe hex color red value is 243, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f3dafe hue: 0.78 , saturation: 0.95 and the lightness value of f3dafe is 0.93.

The process color (four color CMYK) of #f3dafe color hex is 0.04, 0.14, 0.00, 0.00. Web safe color of #f3dafe is #ffccff. Color #f3dafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011010 11111110
Octal 363 332 376
Decimal 243 218 254
Hex F3 DA FE

RGB Percentages of Color #f3dafe

%33.99
%30.49
%35.52

CMYK Percentages of Color #f3dafe

%4
%14
%0
%0

Triadic Colors of #f3dafe

#f3dafe #fef3da #dafef3

Analogous Colors of #f3dafe

#f3dafe #fedaf7 #e1dafe

Monochromatic Colors of #f3dafe

#f3dafe

Complementary Color

#f3dafe #e5feda

#f3dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dafe Color CSS Codes

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

#f3dafe Text Font Color

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

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


#f3dafe Background Color

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

This div background color is #f3dafe


#f3dafe Border Color

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

This div border color is #f3dafe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,218,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 #f3dafe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.