Color Hex Logo

#f8bddc Color Hex

#F8BDDC
(248,189,220)
0 Favorites   0 Comments

Color spaces of #f8bddc

RGB 248189220
HSL0.910.810.86
HSV328°24°97°
CMYK 0.000.240.11   0.03
XYZ69.827361.519075.9042
Yxy61.51900.33690.2968
Hunter Lab78.434021.6532-2.4738
CIE-Lab82.657025.9162-7.2385

#f8bddc color RGB value is (248,189,220).

#f8bddc hex color red value is 248, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f8bddc hue: 0.91 , saturation: 0.81 and the lightness value of f8bddc is 0.86.

The process color (four color CMYK) of #f8bddc color hex is 0.00, 0.24, 0.11, 0.03. Web safe color of #f8bddc is #ffcccc. Color #f8bddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111101 11011100
Octal 370 275 334
Decimal 248 189 220
Hex F8 BD DC

RGB Percentages of Color #f8bddc

%37.75
%28.77
%33.49

CMYK Percentages of Color #f8bddc

%0
%24
%11
%3

Triadic Colors of #f8bddc

#f8bddc #dcf8bd #bddcf8

Analogous Colors of #f8bddc

#f8bddc #f8bdbf #f7bdf8

Monochromatic Colors of #f8bddc

#f8bddc

Complementary Color

#f8bddc #bdf8d9

#f8bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bddc Color CSS Codes

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

#f8bddc Text Font Color

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

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


#f8bddc Background Color

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

This div background color is #f8bddc


#f8bddc Border Color

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

This div border color is #f8bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bddc


Comments

No comments written yet.

Please login to write comment.