Color Hex Logo

#f0bdea Color Hex

#F0BDEA
(240,189,234)
0 Favorites   0 Comments

Color spaces of #f0bdea

RGB 240189234
HSL0.850.630.84
HSV307°21°94°
CMYK 0.000.210.03   0.06
XYZ68.984160.861085.9534
Yxy60.86100.31970.2820
Hunter Lab78.013521.3167-10.7149
CIE-Lab82.304025.6144-15.3511

#f0bdea color RGB value is (240,189,234).

#f0bdea hex color red value is 240, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f0bdea hue: 0.85 , saturation: 0.63 and the lightness value of f0bdea is 0.84.

The process color (four color CMYK) of #f0bdea color hex is 0.00, 0.21, 0.03, 0.06. Web safe color of #f0bdea is #ffccff. Color #f0bdea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111101 11101010
Octal 360 275 352
Decimal 240 189 234
Hex F0 BD EA

RGB Percentages of Color #f0bdea

%36.20
%28.51
%35.29

CMYK Percentages of Color #f0bdea

%0
%21
%3
%6

Triadic Colors of #f0bdea

#f0bdea #eaf0bd #bdeaf0

Analogous Colors of #f0bdea

#f0bdea #f0bdd1 #ddbdf0

Monochromatic Colors of #f0bdea

#f0bdea

Complementary Color

#f0bdea #bdf0c3

#f0bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bdea Color CSS Codes

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

#f0bdea Text Font Color

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

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


#f0bdea Background Color

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

This div background color is #f0bdea


#f0bdea Border Color

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

This div border color is #f0bdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bdea


Comments

No comments written yet.

Please login to write comment.