Color Hex Logo

#f4bddf Color Hex

#F4BDDF
(244,189,223)
0 Favorites   0 Comments

Color spaces of #f4bddf

RGB 244189223
HSL0.900.710.85
HSV323°23°96°
CMYK 0.000.230.09   0.04
XYZ68.825160.956077.9502
Yxy60.95600.33130.2934
Hunter Lab78.074320.7236-4.5437
CIE-Lab82.355125.0486-9.3382

#f4bddf color RGB value is (244,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111101 11011111
Octal 364 275 337
Decimal 244 189 223
Hex F4 BD DF

RGB Percentages of Color #f4bddf

%37.20
%28.81
%33.99

CMYK Percentages of Color #f4bddf

%0
%23
%9
%4

Triadic Colors of #f4bddf

#f4bddf #dff4bd #bddff4

Analogous Colors of #f4bddf

#f4bddf #f4bdc4 #eebdf4

Monochromatic Colors of #f4bddf

#f4bddf

Complementary Color

#f4bddf #bdf4d2

#f4bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bddf Color CSS Codes

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

#f4bddf Text Font Color

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

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


#f4bddf Background Color

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

This div background color is #f4bddf


#f4bddf Border Color

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

This div border color is #f4bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bddf


Comments

No comments written yet.

Please login to write comment.