Color Hex Logo

#f4bddc Color Hex

#F4BDDC
(244,189,220)
0 Favorites   0 Comments

Color spaces of #f4bddc

RGB 244189220
HSL0.910.710.85
HSV326°23°96°
CMYK 0.000.230.10   0.04
XYZ68.424160.795675.8385
Yxy60.79560.33370.2965
Hunter Lab77.971520.1929-3.0880
CIE-Lab82.268724.5471-7.8566

#f4bddc color RGB value is (244,189,220).

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

The process color (four color CMYK) of #f4bddc color hex is 0.00, 0.23, 0.10, 0.04. Web safe color of #f4bddc is #ffcccc. Color #f4bddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111101 11011100
Octal 364 275 334
Decimal 244 189 220
Hex F4 BD DC

RGB Percentages of Color #f4bddc

%37.37
%28.94
%33.69

CMYK Percentages of Color #f4bddc

%0
%23
%10
%4

Triadic Colors of #f4bddc

#f4bddc #dcf4bd #bddcf4

Analogous Colors of #f4bddc

#f4bddc #f4bdc1 #f1bdf4

Monochromatic Colors of #f4bddc

#f4bddc

Complementary Color

#f4bddc #bdf4d5

#f4bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bddc Color CSS Codes

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

#f4bddc Text Font Color

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

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


#f4bddc Background Color

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

This div background color is #f4bddc


#f4bddc Border Color

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

This div border color is #f4bddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,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 #f4bddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bddc


Comments

No comments written yet.

Please login to write comment.