Color Hex Logo

#afe0fe Color Hex

#AFE0FE
(175,224,254)
0 Favorites   0 Comments

Color spaces of #afe0fe

RGB 175224254
HSL0.560.980.84
HSV203°31°100°
CMYK 0.310.120.00   0.00
XYZ62.224269.5810103.9168
Yxy69.58100.26400.2952
Hunter Lab83.4152-12.8233-15.4715
CIE-Lab86.7909-8.9106-19.6861

#afe0fe color RGB value is (175,224,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 11111110
Octal 257 340 376
Decimal 175 224 254
Hex AF E0 FE

RGB Percentages of Color #afe0fe

%26.80
%34.30
%38.90

CMYK Percentages of Color #afe0fe

%31
%12
%0
%0

Triadic Colors of #afe0fe

#afe0fe #feafe0 #e0feaf

Analogous Colors of #afe0fe

#afe0fe #afb9fe #affef5

Monochromatic Colors of #afe0fe

#afe0fe

Complementary Color

#afe0fe #fecdaf

#afe0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe0fe Color CSS Codes

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

#afe0fe Text Font Color

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

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


#afe0fe Background Color

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

This div background color is #afe0fe


#afe0fe Border Color

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

This div border color is #afe0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe0fe


Comments

No comments written yet.

Please login to write comment.