Color Hex Logo

#f2bded Color Hex

#F2BDED
(242,189,237)
0 Favorites   0 Comments

Color spaces of #f2bded

RGB 242189237
HSL0.850.670.85
HSV306°22°95°
CMYK 0.000.220.02   0.05
XYZ70.101661.386988.2749
Yxy61.38690.31900.2793
Hunter Lab78.349822.5965-11.9558
CIE-Lab82.586326.8108-16.5137

#f2bded color RGB value is (242,189,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111101 11101101
Octal 362 275 355
Decimal 242 189 237
Hex F2 BD ED

RGB Percentages of Color #f2bded

%36.23
%28.29
%35.48

CMYK Percentages of Color #f2bded

%0
%22
%2
%5

Triadic Colors of #f2bded

#f2bded #edf2bd #bdedf2

Analogous Colors of #f2bded

#f2bded #f2bdd3 #ddbdf2

Monochromatic Colors of #f2bded

#f2bded

Complementary Color

#f2bded #bdf2c2

#f2bded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bded Color CSS Codes

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

#f2bded Text Font Color

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

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


#f2bded Background Color

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

This div background color is #f2bded


#f2bded Border Color

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

This div border color is #f2bded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bded


Comments

No comments written yet.

Please login to write comment.