Color Hex Logo

#f5accb Color Hex

#F5ACCB
(245,172,203)
0 Favorites   0 Comments

Color spaces of #f5accb

RGB 245172203
HSL0.930.780.82
HSV335°30°96°
CMYK 0.000.300.17   0.04
XYZ63.188253.229363.4438
Yxy53.22930.35130.2959
Hunter Lab72.958426.9190-0.4870
CIE-Lab78.010231.1681-4.9609

#f5accb color RGB value is (245,172,203).

#f5accb hex color red value is 245, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f5accb hue: 0.93 , saturation: 0.78 and the lightness value of f5accb is 0.82.

The process color (four color CMYK) of #f5accb color hex is 0.00, 0.30, 0.17, 0.04. Web safe color of #f5accb is #ff99cc. Color #f5accb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101100 11001011
Octal 365 254 313
Decimal 245 172 203
Hex F5 AC CB

RGB Percentages of Color #f5accb

%39.52
%27.74
%32.74

CMYK Percentages of Color #f5accb

%0
%30
%17
%4

Triadic Colors of #f5accb

#f5accb #cbf5ac #accbf5

Analogous Colors of #f5accb

#f5accb #f5b2ac #f5acf0

Monochromatic Colors of #f5accb

#f5accb

Complementary Color

#f5accb #acf5d6

#f5accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5accb Color CSS Codes

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

#f5accb Text Font Color

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

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


#f5accb Background Color

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

This div background color is #f5accb


#f5accb Border Color

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

This div border color is #f5accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5accb


Comments

No comments written yet.

Please login to write comment.