Color Hex Logo

#f4cdff Color Hex

#F4CDFF
(244,205,255)
0 Favorites   0 Comments

Color spaces of #f4cdff

RGB 244205255
HSL0.801.000.90
HSV287°20°100°
CMYK 0.040.200.00   0.00
XYZ77.189570.1157104.0731
Yxy70.11570.30710.2789
Hunter Lab83.735118.0101-15.0761
CIE-Lab87.053622.2945-19.3320

#f4cdff color RGB value is (244,205,255).

#f4cdff hex color red value is 244, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f4cdff hue: 0.80 , saturation: 1.00 and the lightness value of f4cdff is 0.90.

The process color (four color CMYK) of #f4cdff color hex is 0.04, 0.20, 0.00, 0.00. Web safe color of #f4cdff is #ffccff. Color #f4cdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001101 11111111
Octal 364 315 377
Decimal 244 205 255
Hex F4 CD FF

RGB Percentages of Color #f4cdff

%34.66
%29.12
%36.22

CMYK Percentages of Color #f4cdff

%4
%20
%0
%0

Triadic Colors of #f4cdff

#f4cdff #fff4cd #cdfff4

Analogous Colors of #f4cdff

#f4cdff #ffcdf1 #dbcdff

Monochromatic Colors of #f4cdff

#f4cdff

Complementary Color

#f4cdff #d8ffcd

#f4cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cdff Color CSS Codes

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

#f4cdff Text Font Color

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

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


#f4cdff Background Color

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

This div background color is #f4cdff


#f4cdff Border Color

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

This div border color is #f4cdff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,205,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4cdff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4cdff;
  -webkit-box-shadow: 1px 1px 3px 2px #f4cdff;
  box-shadow:         1px 1px 3px 2px #f4cdff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,205,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4cdff

#f4cdff Color Palettes


Comments

No comments written yet.

Please login to write comment.