Color Hex Logo

#f0bdfd Color Hex

#F0BDFD
(240,189,253)
0 Favorites   0 Comments

Color spaces of #f0bdfd

RGB 240189253
HSL0.800.940.87
HSV288°25°99°
CMYK 0.050.250.00   0.01
XYZ71.862462.0123101.1105
Yxy62.01230.30580.2639
Hunter Lab78.747925.0837-21.0035
CIE-Lab82.920029.1237-24.5715

#f0bdfd color RGB value is (240,189,253).

#f0bdfd hex color red value is 240, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f0bdfd hue: 0.80 , saturation: 0.94 and the lightness value of f0bdfd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111101 11111101
Octal 360 275 375
Decimal 240 189 253
Hex F0 BD FD

RGB Percentages of Color #f0bdfd

%35.19
%27.71
%37.10

CMYK Percentages of Color #f0bdfd

%5
%25
%0
%1

Triadic Colors of #f0bdfd

#f0bdfd #fdf0bd #bdfdf0

Analogous Colors of #f0bdfd

#f0bdfd #fdbdea #d0bdfd

Monochromatic Colors of #f0bdfd

#f0bdfd

Complementary Color

#f0bdfd #cafdbd

#f0bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bdfd Color CSS Codes

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

#f0bdfd Text Font Color

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

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


#f0bdfd Background Color

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

This div background color is #f0bdfd


#f0bdfd Border Color

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

This div border color is #f0bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.