color codes Logo

#fcadec color codes

#FCADEC
(252,173,236)
0 Favorites   0 Comments

Color spaces of #fcadec

RGB 252173236
HSL0.870.930.83
HSV312°31°99°
CMYK 0.000.310.06   0.01
XYZ70.228856.638786.5878
Yxy56.63870.32900.2653
Hunter Lab75.258734.8673-15.5342
CIE-Lab79.975938.3354-19.8186

#fcadec color RGB value is (252,173,236).

#fcadec hex color red value is 252, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fcadec hue: 0.87 , saturation: 0.93 and the lightness value of fcadec is 0.83.

The process color (four color CMYK) of #fcadec color code is 0.00, 0.31, 0.06, 0.01. Web safe color of #fcadec is #ff99ff. Color #fcadec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11101100
Octal 374 255 354
Decimal 252 173 236
Hex FC AD EC

RGB Percentages of Color #fcadec

%38.12
%26.17
%35.70

CMYK Percentages of Color #fcadec

%0
%31
%6
%1

Triadic Colors of #fcadec

#fcadec #ecfcad #adecfc

Analogous Colors of #fcadec

#fcadec #fcadc5 #e5adfc

Monochromatic Colors of #fcadec

#fcadec

Complementary Color

#fcadec #adfcbd

#fcadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadec Color CSS Codes

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

#fcadec Text Font Color

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

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


#fcadec Background Color

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

This div background color is #fcadec


#fcadec Border Color

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

This div border color is #fcadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadec


Comments

No comments written yet.

Please login to write comment.