Color Hex Logo

#f5bdca Color Hex

#F5BDCA
(245,189,202)
0 Favorites   0 Comments

Color spaces of #f5bdca

RGB 245189202
HSL0.960.740.85
HSV346°23°96°
CMYK 0.000.230.18   0.04
XYZ66.514560.071963.9665
Yxy60.07190.34910.3153
Hunter Lab77.506117.55035.3216
CIE-Lab81.877322.02641.2490

#f5bdca color RGB value is (245,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111101 11001010
Octal 365 275 312
Decimal 245 189 202
Hex F5 BD CA

RGB Percentages of Color #f5bdca

%38.52
%29.72
%31.76

CMYK Percentages of Color #f5bdca

%0
%23
%18
%4

Triadic Colors of #f5bdca

#f5bdca #caf5bd #bdcaf5

Analogous Colors of #f5bdca

#f5bdca #f5ccbd #f5bde6

Monochromatic Colors of #f5bdca

#f5bdca

Complementary Color

#f5bdca #bdf5e8

#f5bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bdca Color CSS Codes

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

#f5bdca Text Font Color

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

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


#f5bdca Background Color

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

This div background color is #f5bdca


#f5bdca Border Color

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

This div border color is #f5bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bdca

Related Colors


Comments

No comments written yet.

Please login to write comment.