Color Hex Logo

#afe0ff Color Hex

#AFE0FF
(175,224,255)
0 Favorites   0 Comments

Color spaces of #afe0ff

RGB 175224255
HSL0.561.000.84
HSV203°31°100°
CMYK 0.310.120.00   0.00
XYZ62.384969.6453104.7626
Yxy69.64530.26350.2941
Hunter Lab83.4538-12.6085-16.0113
CIE-Lab86.8226-8.6736-20.1643

#afe0ff color RGB value is (175,224,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 11111111
Octal 257 340 377
Decimal 175 224 255
Hex AF E0 FF

RGB Percentages of Color #afe0ff

%26.76
%34.25
%38.99

CMYK Percentages of Color #afe0ff

%31
%12
%0
%0

Triadic Colors of #afe0ff

#afe0ff #ffafe0 #e0ffaf

Analogous Colors of #afe0ff

#afe0ff #afb8ff #affff6

Monochromatic Colors of #afe0ff

#afe0ff

Complementary Color

#afe0ff #ffceaf

#afe0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe0ff Color CSS Codes

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

#afe0ff Text Font Color

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

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


#afe0ff Background Color

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

This div background color is #afe0ff


#afe0ff Border Color

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

This div border color is #afe0ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,224,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe0ff

#afe0ff Color Palettes


Comments

No comments written yet.

Please login to write comment.