Color Hex Logo

#fd3cae Color Hex

#FD3CAE
(253,60,174)
0 Favorites   0 Comments

Color spaces of #fd3cae

RGB 25360174
HSL0.900.980.61
HSV325°76°99°
CMYK 0.000.760.31   0.01
XYZ49.763927.170442.6660
Yxy27.17040.41610.2272
Hunter Lab52.125279.1946-12.0429
CIE-Lab59.131779.1474-16.8163

#fd3cae color RGB value is (253,60,174).

#fd3cae hex color red value is 253, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fd3cae hue: 0.90 , saturation: 0.98 and the lightness value of fd3cae is 0.61.

The process color (four color CMYK) of #fd3cae color hex is 0.00, 0.76, 0.31, 0.01. Web safe color of #fd3cae is #ff3399. Color #fd3cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111100 10101110
Octal 375 74 256
Decimal 253 60 174
Hex FD 3C AE

RGB Percentages of Color #fd3cae

%51.95
%12.32
%35.73

CMYK Percentages of Color #fd3cae

%0
%76
%31
%1

Triadic Colors of #fd3cae

#fd3cae #aefd3c #3caefd

Analogous Colors of #fd3cae

#fd3cae #fd3c4d #ec3cfd

Monochromatic Colors of #fd3cae

#fd3cae

Complementary Color

#fd3cae #3cfd8b

#fd3cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3cae Color CSS Codes

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

#fd3cae Text Font Color

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

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


#fd3cae Background Color

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

This div background color is #fd3cae


#fd3cae Border Color

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

This div border color is #fd3cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3cae


Comments

No comments written yet.

Please login to write comment.