Color Hex Logo

#f2bdee Color Hex

#F2BDEE
(242,189,238)
0 Favorites   0 Comments

Color spaces of #f2bdee

RGB 242189238
HSL0.850.670.85
HSV305°22°95°
CMYK 0.000.220.02   0.05
XYZ70.248261.445589.0466
Yxy61.44550.31820.2784
Hunter Lab78.387222.7887-12.4815
CIE-Lab82.617726.9903-17.0015

#f2bdee color RGB value is (242,189,238).

#f2bdee hex color red value is 242, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f2bdee hue: 0.85 , saturation: 0.67 and the lightness value of f2bdee is 0.85.

The process color (four color CMYK) of #f2bdee color hex is 0.00, 0.22, 0.02, 0.05. Web safe color of #f2bdee is #ffccff. Color #f2bdee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111101 11101110
Octal 362 275 356
Decimal 242 189 238
Hex F2 BD EE

RGB Percentages of Color #f2bdee

%36.17
%28.25
%35.58

CMYK Percentages of Color #f2bdee

%0
%22
%2
%5

Triadic Colors of #f2bdee

#f2bdee #eef2bd #bdeef2

Analogous Colors of #f2bdee

#f2bdee #f2bdd4 #dcbdf2

Monochromatic Colors of #f2bdee

#f2bdee

Complementary Color

#f2bdee #bdf2c1

#f2bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bdee Color CSS Codes

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

#f2bdee Text Font Color

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

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


#f2bdee Background Color

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

This div background color is #f2bdee


#f2bdee Border Color

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

This div border color is #f2bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bdee


Comments

No comments written yet.

Please login to write comment.