Color Hex Logo

#fd9ada Color Hex

#FD9ADA
(253,154,218)
0 Favorites   0 Comments

Color spaces of #fd9ada

RGB 253154218
HSL0.890.960.80
HSV321°39°99°
CMYK 0.000.390.14   0.01
XYZ64.718549.055872.3873
Yxy49.05580.34760.2635
Hunter Lab70.039842.3686-12.2493
CIE-Lab75.486045.5428-16.8199

#fd9ada color RGB value is (253,154,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011010 11011010
Octal 375 232 332
Decimal 253 154 218
Hex FD 9A DA

RGB Percentages of Color #fd9ada

%40.48
%24.64
%34.88

CMYK Percentages of Color #fd9ada

%0
%39
%14
%1

Triadic Colors of #fd9ada

#fd9ada #dafd9a #9adafd

Analogous Colors of #fd9ada

#fd9ada #fd9aa9 #ef9afd

Monochromatic Colors of #fd9ada

#fd9ada

Complementary Color

#fd9ada #9afdbd

#fd9ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9ada Color CSS Codes

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

#fd9ada Text Font Color

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

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


#fd9ada Background Color

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

This div background color is #fd9ada


#fd9ada Border Color

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

This div border color is #fd9ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9ada

Related Colors


Comments

No comments written yet.

Please login to write comment.