Color Hex Logo

#f5cdfe Color Hex

#F5CDFE
(245,205,254)
0 Favorites   0 Comments

Color spaces of #f5cdfe

RGB 245205254
HSL0.800.960.90
HSV289°19°100°
CMYK 0.040.190.00   0.00
XYZ77.376970.2309103.2436
Yxy70.23090.30850.2800
Hunter Lab83.803918.1539-14.3806
CIE-Lab87.110022.4286-18.7099

#f5cdfe color RGB value is (245,205,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001101 11111110
Octal 365 315 376
Decimal 245 205 254
Hex F5 CD FE

RGB Percentages of Color #f5cdfe

%34.80
%29.12
%36.08

CMYK Percentages of Color #f5cdfe

%4
%19
%0
%0

Triadic Colors of #f5cdfe

#f5cdfe #fef5cd #cdfef5

Analogous Colors of #f5cdfe

#f5cdfe #fecdef #ddcdfe

Monochromatic Colors of #f5cdfe

#f5cdfe

Complementary Color

#f5cdfe #d6fecd

#f5cdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cdfe Color CSS Codes

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

#f5cdfe Text Font Color

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

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


#f5cdfe Background Color

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

This div background color is #f5cdfe


#f5cdfe Border Color

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

This div border color is #f5cdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cdfe


Comments

No comments written yet.

Please login to write comment.