Color Hex Logo

#f2dbfd Color Hex

#F2DBFD
(242,219,253)
0 Favorites   0 Comments

Color spaces of #f2dbfd

RGB 242219253
HSL0.780.890.93
HSV281°13°99°
CMYK 0.040.130.00   0.01
XYZ79.679176.6321103.5204
Yxy76.63210.30670.2949
Hunter Lab87.53989.2769-8.8357
CIE-Lab90.152013.9015-13.6405

#f2dbfd color RGB value is (242,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011011 11111101
Octal 362 333 375
Decimal 242 219 253
Hex F2 DB FD

RGB Percentages of Color #f2dbfd

%33.89
%30.67
%35.43

CMYK Percentages of Color #f2dbfd

%4
%13
%0
%1

Triadic Colors of #f2dbfd

#f2dbfd #fdf2db #dbfdf2

Analogous Colors of #f2dbfd

#f2dbfd #fddbf7 #e1dbfd

Monochromatic Colors of #f2dbfd

#f2dbfd

Complementary Color

#f2dbfd #e6fddb

#f2dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dbfd Color CSS Codes

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

#f2dbfd Text Font Color

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

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


#f2dbfd Background Color

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

This div background color is #f2dbfd


#f2dbfd Border Color

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

This div border color is #f2dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dbfd


Comments

No comments written yet.

Please login to write comment.