Color Hex Logo

#f5bddf Color Hex

#F5BDDF
(245,189,223)
0 Favorites   0 Comments

Color spaces of #f5bddf

RGB 245189223
HSL0.900.740.85
HSV324°23°96°
CMYK 0.000.230.09   0.04
XYZ69.173161.135477.9665
Yxy61.13540.33210.2935
Hunter Lab78.189121.0861-4.3888
CIE-Lab82.451525.3886-9.1845

#f5bddf color RGB value is (245,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111101 11011111
Octal 365 275 337
Decimal 245 189 223
Hex F5 BD DF

RGB Percentages of Color #f5bddf

%37.29
%28.77
%33.94

CMYK Percentages of Color #f5bddf

%0
%23
%9
%4

Triadic Colors of #f5bddf

#f5bddf #dff5bd #bddff5

Analogous Colors of #f5bddf

#f5bddf #f5bdc3 #efbdf5

Monochromatic Colors of #f5bddf

#f5bddf

Complementary Color

#f5bddf #bdf5d3

#f5bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bddf Color CSS Codes

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

#f5bddf Text Font Color

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

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


#f5bddf Background Color

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

This div background color is #f5bddf


#f5bddf Border Color

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

This div border color is #f5bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bddf


Comments

No comments written yet.

Please login to write comment.