Color Hex Logo

#fcadee Color Hex

#FCADEE
(252,173,238)
0 Favorites   0 Comments

Color spaces of #fcadee

RGB 252173238
HSL0.860.930.83
HSV311°31°99°
CMYK 0.000.310.06   0.01
XYZ70.521156.755688.1270
Yxy56.75560.32740.2635
Hunter Lab75.336335.2524-16.6209
CIE-Lab80.041938.6772-20.7963

#fcadee color RGB value is (252,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11101110
Octal 374 255 356
Decimal 252 173 238
Hex FC AD EE

RGB Percentages of Color #fcadee

%38.01
%26.09
%35.90

CMYK Percentages of Color #fcadee

%0
%31
%6
%1

Triadic Colors of #fcadee

#fcadee #eefcad #adeefc

Analogous Colors of #fcadee

#fcadee #fcadc7 #e3adfc

Monochromatic Colors of #fcadee

#fcadee

Complementary Color

#fcadee #adfcbb

#fcadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadee Color CSS Codes

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

#fcadee Text Font Color

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

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


#fcadee Background Color

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

This div background color is #fcadee


#fcadee Border Color

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

This div border color is #fcadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadee


Comments

No comments written yet.

Please login to write comment.