Color Hex Logo

#f2bdec Color Hex

#F2BDEC
(242,189,236)
0 Favorites   0 Comments

Color spaces of #f2bdec

RGB 242189236
HSL0.850.670.85
HSV307°22°95°
CMYK 0.000.220.02   0.05
XYZ69.955961.328687.5074
Yxy61.32860.31970.2803
Hunter Lab78.312622.4054-11.4325
CIE-Lab82.555126.6322-16.0255

#f2bdec color RGB value is (242,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111101 11101100
Octal 362 275 354
Decimal 242 189 236
Hex F2 BD EC

RGB Percentages of Color #f2bdec

%36.28
%28.34
%35.38

CMYK Percentages of Color #f2bdec

%0
%22
%2
%5

Triadic Colors of #f2bdec

#f2bdec #ecf2bd #bdecf2

Analogous Colors of #f2bdec

#f2bdec #f2bdd2 #debdf2

Monochromatic Colors of #f2bdec

#f2bdec

Complementary Color

#f2bdec #bdf2c3

#f2bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bdec Color CSS Codes

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

#f2bdec Text Font Color

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

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


#f2bdec Background Color

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

This div background color is #f2bdec


#f2bdec Border Color

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

This div border color is #f2bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bdec


Comments

No comments written yet.

Please login to write comment.