Color Hex Logo

#f4aefd Color Hex

#F4AEFD
(244,174,253)
0 Favorites   0 Comments

Color spaces of #f4aefd

RGB 244174253
HSL0.810.950.84
HSV293°31°99°
CMYK 0.040.310.00   0.01
XYZ70.173956.5970100.1543
Yxy56.59700.30920.2494
Hunter Lab75.231034.8469-26.2705
CIE-Lab79.952438.3191-29.0709

#f4aefd color RGB value is (244,174,253).

#f4aefd hex color red value is 244, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f4aefd hue: 0.81 , saturation: 0.95 and the lightness value of f4aefd is 0.84.

The process color (four color CMYK) of #f4aefd color hex is 0.04, 0.31, 0.00, 0.01. Web safe color of #f4aefd is #ff99ff. Color #f4aefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101110 11111101
Octal 364 256 375
Decimal 244 174 253
Hex F4 AE FD

RGB Percentages of Color #f4aefd

%36.36
%25.93
%37.70

CMYK Percentages of Color #f4aefd

%4
%31
%0
%1

Triadic Colors of #f4aefd

#f4aefd #fdf4ae #aefdf4

Analogous Colors of #f4aefd

#f4aefd #fdaedf #cdaefd

Monochromatic Colors of #f4aefd

#f4aefd

Complementary Color

#f4aefd #b7fdae

#f4aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4aefd Color CSS Codes

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

#f4aefd Text Font Color

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

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


#f4aefd Background Color

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

This div background color is #f4aefd


#f4aefd Border Color

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

This div border color is #f4aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4aefd

Related Colors

#f4aefd Color Palettes


Comments

No comments written yet.

Please login to write comment.