Color Hex Logo

#fd0adc Color Hex

#FD0ADC
(253,10,220)
0 Favorites   0 Comments

Color spaces of #fd0adc

RGB 25310220
HSL0.860.980.52
HSV308°96°99°
CMYK 0.000.960.13   0.01
XYZ53.534826.267069.9586
Yxy26.26700.35750.1754
Hunter Lab51.251396.7631-45.0555
CIE-Lab58.289692.7093-44.4944

#fd0adc color RGB value is (253,10,220).

#fd0adc hex color red value is 253, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fd0adc hue: 0.86 , saturation: 0.98 and the lightness value of fd0adc is 0.52.

The process color (four color CMYK) of #fd0adc color hex is 0.00, 0.96, 0.13, 0.01. Web safe color of #fd0adc is #ff00cc. Color #fd0adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001010 11011100
Octal 375 12 334
Decimal 253 10 220
Hex FD A DC

RGB Percentages of Color #fd0adc

%52.38
%2.07
%45.55

CMYK Percentages of Color #fd0adc

%0
%96
%13
%1

Triadic Colors of #fd0adc

#fd0adc #dcfd0a #0adcfd

Analogous Colors of #fd0adc

#fd0adc #fd0a63 #a50afd

Monochromatic Colors of #fd0adc

#fd0adc

Complementary Color

#fd0adc #0afd2b

#fd0adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0adc Color CSS Codes

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

#fd0adc Text Font Color

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

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


#fd0adc Background Color

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

This div background color is #fd0adc


#fd0adc Border Color

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

This div border color is #fd0adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,10,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 #fd0adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0adc


Comments

No comments written yet.

Please login to write comment.