Color Hex Logo

#f0cdfd Color Hex

#F0CDFD
(240,205,253)
0 Favorites   0 Comments

Color spaces of #f0cdfd

RGB 240205253
HSL0.790.920.90
HSV284°19°99°
CMYK 0.050.190.00   0.01
XYZ75.496169.2798102.3218
Yxy69.27980.30550.2804
Hunter Lab83.234516.2443-14.6222
CIE-Lab86.642420.6302-18.9295

#f0cdfd color RGB value is (240,205,253).

#f0cdfd hex color red value is 240, green value is 205 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f0cdfd hue: 0.79 , saturation: 0.92 and the lightness value of f0cdfd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001101 11111101
Octal 360 315 375
Decimal 240 205 253
Hex F0 CD FD

RGB Percentages of Color #f0cdfd

%34.38
%29.37
%36.25

CMYK Percentages of Color #f0cdfd

%5
%19
%0
%1

Triadic Colors of #f0cdfd

#f0cdfd #fdf0cd #cdfdf0

Analogous Colors of #f0cdfd

#f0cdfd #fdcdf2 #d8cdfd

Monochromatic Colors of #f0cdfd

#f0cdfd

Complementary Color

#f0cdfd #dafdcd

#f0cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cdfd Color CSS Codes

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

#f0cdfd Text Font Color

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

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


#f0cdfd Background Color

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

This div background color is #f0cdfd


#f0cdfd Border Color

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

This div border color is #f0cdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cdfd


Comments

No comments written yet.

Please login to write comment.