Color Hex Logo

#fdadea Color Hex

#FDADEA
(253,173,234)
0 Favorites   0 Comments

Color spaces of #fdadea

RGB 253173234
HSL0.870.950.84
HSV314°32°99°
CMYK 0.000.320.08   0.01
XYZ70.302956.710385.0827
Yxy56.71030.33150.2674
Hunter Lab75.306234.8545-14.2728
CIE-Lab80.016438.3201-18.6690

#fdadea color RGB value is (253,173,234).

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

The process color (four color CMYK) of #fdadea color hex is 0.00, 0.32, 0.08, 0.01. Web safe color of #fdadea is #ff99ff. Color #fdadea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11101010
Octal 375 255 352
Decimal 253 173 234
Hex FD AD EA

RGB Percentages of Color #fdadea

%38.33
%26.21
%35.45

CMYK Percentages of Color #fdadea

%0
%32
%8
%1

Triadic Colors of #fdadea

#fdadea #eafdad #adeafd

Analogous Colors of #fdadea

#fdadea #fdadc2 #e8adfd

Monochromatic Colors of #fdadea

#fdadea

Complementary Color

#fdadea #adfdc0

#fdadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadea Color CSS Codes

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

#fdadea Text Font Color

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

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


#fdadea Background Color

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

This div background color is #fdadea


#fdadea Border Color

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

This div border color is #fdadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadea

Related Colors


Comments

No comments written yet.

Please login to write comment.