Color Hex Logo

#fd8adc Color Hex

#FD8ADC
(253,138,220)
0 Favorites   0 Comments

Color spaces of #fd8adc

RGB 253138220
HSL0.880.970.77
HSV317°45°99°
CMYK 0.000.450.13   0.01
XYZ62.514844.226972.9519
Yxy44.22690.34790.2461
Hunter Lab66.503351.4137-18.4868
CIE-Lab72.379953.8808-22.6279

#fd8adc color RGB value is (253,138,220).

#fd8adc hex color red value is 253, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fd8adc hue: 0.88 , saturation: 0.97 and the lightness value of fd8adc is 0.77.

The process color (four color CMYK) of #fd8adc color hex is 0.00, 0.45, 0.13, 0.01. Web safe color of #fd8adc is #ff99cc. Color #fd8adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001010 11011100
Octal 375 212 334
Decimal 253 138 220
Hex FD 8A DC

RGB Percentages of Color #fd8adc

%41.41
%22.59
%36.01

CMYK Percentages of Color #fd8adc

%0
%45
%13
%1

Triadic Colors of #fd8adc

#fd8adc #dcfd8a #8adcfd

Analogous Colors of #fd8adc

#fd8adc #fd8aa3 #e58afd

Monochromatic Colors of #fd8adc

#fd8adc

Complementary Color

#fd8adc #8afdab

#fd8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8adc Color CSS Codes

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

#fd8adc Text Font Color

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

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


#fd8adc Background Color

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

This div background color is #fd8adc


#fd8adc Border Color

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

This div border color is #fd8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8adc


Comments

No comments written yet.

Please login to write comment.