Color Hex Logo

#fd8cad Color Hex

#FD8CAD
(253,140,173)
0 Favorites   0 Comments

Color spaces of #fd8cad

RGB 253140173
HSL0.950.970.77
HSV342°45°99°
CMYK 0.000.450.32   0.01
XYZ57.428942.655944.7417
Yxy42.65590.39650.2945
Hunter Lab65.311542.66145.1014
CIE-Lab71.320846.31901.8634

#fd8cad color RGB value is (253,140,173).

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

The process color (four color CMYK) of #fd8cad color hex is 0.00, 0.45, 0.32, 0.01. Web safe color of #fd8cad is #ff9999. Color #fd8cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001100 10101101
Octal 375 214 255
Decimal 253 140 173
Hex FD 8C AD

RGB Percentages of Color #fd8cad

%44.70
%24.73
%30.57

CMYK Percentages of Color #fd8cad

%0
%45
%32
%1

Triadic Colors of #fd8cad

#fd8cad #adfd8c #8cadfd

Analogous Colors of #fd8cad

#fd8cad #fda48c #fd8ce6

Monochromatic Colors of #fd8cad

#fd8cad

Complementary Color

#fd8cad #8cfddc

#fd8cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8cad Color CSS Codes

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

#fd8cad Text Font Color

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

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


#fd8cad Background Color

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

This div background color is #fd8cad


#fd8cad Border Color

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

This div border color is #fd8cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8cad

Related Colors


Comments

No comments written yet.

Please login to write comment.