Color Hex Logo

#afe1fd Color Hex

#AFE1FD
(175,225,253)
0 Favorites   0 Comments

Color spaces of #afe1fd

RGB 175225253
HSL0.560.950.84
HSV202°31°99°
CMYK 0.310.110.00   0.01
XYZ62.334070.0562103.1654
Yxy70.05620.26460.2974
Hunter Lab83.6996-13.5391-14.4892
CIE-Lab87.0244-9.6617-18.8078

#afe1fd color RGB value is (175,225,253).

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

The process color (four color CMYK) of #afe1fd color hex is 0.31, 0.11, 0.00, 0.01. Web safe color of #afe1fd is #99ccff. Color #afe1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 11111101
Octal 257 341 375
Decimal 175 225 253
Hex AF E1 FD

RGB Percentages of Color #afe1fd

%26.80
%34.46
%38.74

CMYK Percentages of Color #afe1fd

%31
%11
%0
%1

Triadic Colors of #afe1fd

#afe1fd #fdafe1 #e1fdaf

Analogous Colors of #afe1fd

#afe1fd #afbafd #affdf2

Monochromatic Colors of #afe1fd

#afe1fd

Complementary Color

#afe1fd #fdcbaf

#afe1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe1fd Color CSS Codes

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

#afe1fd Text Font Color

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

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


#afe1fd Background Color

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

This div background color is #afe1fd


#afe1fd Border Color

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

This div border color is #afe1fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,225,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 #afe1fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe1fd


Comments

No comments written yet.

Please login to write comment.