Color Hex Logo

#afe8fa Color Hex

#AFE8FA
(175,232,250)
0 Favorites   0 Comments

Color spaces of #afe8fa

RGB 175232250
HSL0.540.880.83
HSV194°30°98°
CMYK 0.300.070.00   0.02
XYZ63.791173.7293101.3115
Yxy73.72930.26710.3087
Hunter Lab85.8658-17.6545-9.8492
CIE-Lab88.7944-13.9321-14.5723

#afe8fa color RGB value is (175,232,250).

#afe8fa hex color red value is 175, green value is 232 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #afe8fa hue: 0.54 , saturation: 0.88 and the lightness value of afe8fa is 0.83.

The process color (four color CMYK) of #afe8fa color hex is 0.30, 0.07, 0.00, 0.02. Web safe color of #afe8fa is #99ffff. Color #afe8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 11111010
Octal 257 350 372
Decimal 175 232 250
Hex AF E8 FA

RGB Percentages of Color #afe8fa

%26.64
%35.31
%38.05

CMYK Percentages of Color #afe8fa

%30
%7
%0
%2

Triadic Colors of #afe8fa

#afe8fa #faafe8 #e8faaf

Analogous Colors of #afe8fa

#afe8fa #afc3fa #affae7

Monochromatic Colors of #afe8fa

#afe8fa

Complementary Color

#afe8fa #fac1af

#afe8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe8fa Color CSS Codes

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

#afe8fa Text Font Color

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

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


#afe8fa Background Color

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

This div background color is #afe8fa


#afe8fa Border Color

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

This div border color is #afe8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe8fa


Comments

No comments written yet.

Please login to write comment.