Color Hex Logo

#f5bdde Color Hex

#F5BDDE
(245,189,222)
0 Favorites   0 Comments

Color spaces of #f5bdde

RGB 245189222
HSL0.900.740.85
HSV325°23°96°
CMYK 0.000.230.09   0.04
XYZ69.038661.081677.2584
Yxy61.08160.33290.2945
Hunter Lab78.154720.9087-3.9017
CIE-Lab82.422625.2214-8.6910

#f5bdde color RGB value is (245,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111101 11011110
Octal 365 275 336
Decimal 245 189 222
Hex F5 BD DE

RGB Percentages of Color #f5bdde

%37.35
%28.81
%33.84

CMYK Percentages of Color #f5bdde

%0
%23
%9
%4

Triadic Colors of #f5bdde

#f5bdde #def5bd #bddef5

Analogous Colors of #f5bdde

#f5bdde #f5bdc2 #f0bdf5

Monochromatic Colors of #f5bdde

#f5bdde

Complementary Color

#f5bdde #bdf5d4

#f5bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bdde Color CSS Codes

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

#f5bdde Text Font Color

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

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


#f5bdde Background Color

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

This div background color is #f5bdde


#f5bdde Border Color

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

This div border color is #f5bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bdde


Comments

No comments written yet.

Please login to write comment.