Color Hex Logo

#f3dbfd Color Hex

#F3DBFD
(243,219,253)
0 Favorites   0 Comments

Color spaces of #f3dbfd

RGB 243219253
HSL0.780.890.93
HSV282°13°99°
CMYK 0.040.130.00   0.01
XYZ80.023376.8096103.5366
Yxy76.80960.30730.2950
Hunter Lab87.64119.6128-8.6947
CIE-Lab90.233914.2264-13.5095

#f3dbfd color RGB value is (243,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011011 11111101
Octal 363 333 375
Decimal 243 219 253
Hex F3 DB FD

RGB Percentages of Color #f3dbfd

%33.99
%30.63
%35.38

CMYK Percentages of Color #f3dbfd

%4
%13
%0
%1

Triadic Colors of #f3dbfd

#f3dbfd #fdf3db #dbfdf3

Analogous Colors of #f3dbfd

#f3dbfd #fddbf6 #e2dbfd

Monochromatic Colors of #f3dbfd

#f3dbfd

Complementary Color

#f3dbfd #e5fddb

#f3dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dbfd Color CSS Codes

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

#f3dbfd Text Font Color

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

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


#f3dbfd Background Color

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

This div background color is #f3dbfd


#f3dbfd Border Color

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

This div border color is #f3dbfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,219,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.