Color Hex Logo

#fd9aba Color Hex

#FD9ABA
(253,154,186)
0 Favorites   0 Comments

Color spaces of #fd9aba

RGB 253154186
HSL0.950.960.80
HSV341°39°99°
CMYK 0.000.390.26   0.01
XYZ60.926547.539052.4191
Yxy47.53900.37870.2955
Hunter Lab68.948537.07193.1879
CIE-Lab74.533240.8851-0.6578

#fd9aba color RGB value is (253,154,186).

#fd9aba hex color red value is 253, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fd9aba hue: 0.95 , saturation: 0.96 and the lightness value of fd9aba is 0.80.

The process color (four color CMYK) of #fd9aba color hex is 0.00, 0.39, 0.26, 0.01. Web safe color of #fd9aba is #ff99cc. Color #fd9aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011010 10111010
Octal 375 232 272
Decimal 253 154 186
Hex FD 9A BA

RGB Percentages of Color #fd9aba

%42.66
%25.97
%31.37

CMYK Percentages of Color #fd9aba

%0
%39
%26
%1

Triadic Colors of #fd9aba

#fd9aba #bafd9a #9abafd

Analogous Colors of #fd9aba

#fd9aba #fdac9a #fd9aec

Monochromatic Colors of #fd9aba

#fd9aba

Complementary Color

#fd9aba #9afddd

#fd9aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9aba Color CSS Codes

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

#fd9aba Text Font Color

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

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


#fd9aba Background Color

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

This div background color is #fd9aba


#fd9aba Border Color

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

This div border color is #fd9aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,154,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd9aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd9aba;
  -webkit-box-shadow: 1px 1px 3px 2px #fd9aba;
  box-shadow:         1px 1px 3px 2px #fd9aba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,154,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9aba


Comments

No comments written yet.

Please login to write comment.