Color Hex Logo

#f0dcf5 Color Hex

#F0DCF5
(240,220,245)
0 Favorites   0 Comments

Color spaces of #f0dcf5

RGB 240220245
HSL0.800.560.91
HSV288°10°96°
CMYK 0.020.100.00   0.04
XYZ78.009876.304297.0028
Yxy76.30420.31040.3036
Hunter Lab87.35236.5426-4.6937
CIE-Lab90.000411.2394-9.6849

#f0dcf5 color RGB value is (240,220,245).

#f0dcf5 hex color red value is 240, green value is 220 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #f0dcf5 hue: 0.80 , saturation: 0.56 and the lightness value of f0dcf5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011100 11110101
Octal 360 334 365
Decimal 240 220 245
Hex F0 DC F5

RGB Percentages of Color #f0dcf5

%34.04
%31.21
%34.75

CMYK Percentages of Color #f0dcf5

%2
%10
%0
%4

Triadic Colors of #f0dcf5

#f0dcf5 #f5f0dc #dcf5f0

Analogous Colors of #f0dcf5

#f0dcf5 #f5dcee #e4dcf5

Monochromatic Colors of #f0dcf5

#f0dcf5

Complementary Color

#f0dcf5 #e1f5dc

#f0dcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dcf5 Color CSS Codes

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

#f0dcf5 Text Font Color

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

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


#f0dcf5 Background Color

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

This div background color is #f0dcf5


#f0dcf5 Border Color

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

This div border color is #f0dcf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dcf5

Related Colors


Comments

No comments written yet.

Please login to write comment.