Color Hex Logo

#f5cdfa Color Hex

#F5CDFA
(245,205,250)
0 Favorites   0 Comments

Color spaces of #f5cdfa

RGB 245205250
HSL0.810.820.89
HSV293°18°98°
CMYK 0.020.180.00   0.02
XYZ76.742869.977299.9047
Yxy69.97720.31120.2837
Hunter Lab83.652417.3645-12.2524
CIE-Lab86.985721.6856-16.7828

#f5cdfa color RGB value is (245,205,250).

#f5cdfa hex color red value is 245, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f5cdfa hue: 0.81 , saturation: 0.82 and the lightness value of f5cdfa is 0.89.

The process color (four color CMYK) of #f5cdfa color hex is 0.02, 0.18, 0.00, 0.02. Web safe color of #f5cdfa is #ffccff. Color #f5cdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001101 11111010
Octal 365 315 372
Decimal 245 205 250
Hex F5 CD FA

RGB Percentages of Color #f5cdfa

%35.00
%29.29
%35.71

CMYK Percentages of Color #f5cdfa

%2
%18
%0
%2

Triadic Colors of #f5cdfa

#f5cdfa #faf5cd #cdfaf5

Analogous Colors of #f5cdfa

#f5cdfa #facde9 #dfcdfa

Monochromatic Colors of #f5cdfa

#f5cdfa

Complementary Color

#f5cdfa #d2facd

#f5cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cdfa Color CSS Codes

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

#f5cdfa Text Font Color

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

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


#f5cdfa Background Color

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

This div background color is #f5cdfa


#f5cdfa Border Color

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

This div border color is #f5cdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.