Color Hex Logo

#fcadeb Color Hex

#FCADEB
(252,173,235)
0 Favorites   0 Comments

Color spaces of #fcadeb

RGB 252173235
HSL0.870.930.83
HSV313°31°99°
CMYK 0.000.310.07   0.01
XYZ70.083956.580785.8246
Yxy56.58070.32980.2663
Hunter Lab75.220134.6763-14.9945
CIE-Lab79.943238.1655-19.3291

#fcadeb color RGB value is (252,173,235).

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

The process color (four color CMYK) of #fcadeb color hex is 0.00, 0.31, 0.07, 0.01. Web safe color of #fcadeb is #ff99ff. Color #fcadeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11101011
Octal 374 255 353
Decimal 252 173 235
Hex FC AD EB

RGB Percentages of Color #fcadeb

%38.18
%26.21
%35.61

CMYK Percentages of Color #fcadeb

%0
%31
%7
%1

Triadic Colors of #fcadeb

#fcadeb #ebfcad #adebfc

Analogous Colors of #fcadeb

#fcadeb #fcadc4 #e6adfc

Monochromatic Colors of #fcadeb

#fcadeb

Complementary Color

#fcadeb #adfcbe

#fcadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadeb Color CSS Codes

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

#fcadeb Text Font Color

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

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


#fcadeb Background Color

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

This div background color is #fcadeb


#fcadeb Border Color

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

This div border color is #fcadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadeb


Comments

No comments written yet.

Please login to write comment.