Color Hex Logo

#afd8fa Color Hex

#AFD8FA
(175,216,250)
0 Favorites   0 Comments

Color spaces of #afd8fa

RGB 175216250
HSL0.580.880.83
HSV207°30°98°
CMYK 0.300.140.00   0.02
XYZ59.490465.127899.8779
Yxy65.12780.26500.2901
Hunter Lab80.7018-9.6445-16.8870
CIE-Lab84.5495-5.7030-20.9657

#afd8fa color RGB value is (175,216,250).

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

The process color (four color CMYK) of #afd8fa color hex is 0.30, 0.14, 0.00, 0.02. Web safe color of #afd8fa is #99ccff. Color #afd8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 11111010
Octal 257 330 372
Decimal 175 216 250
Hex AF D8 FA

RGB Percentages of Color #afd8fa

%27.30
%33.70
%39.00

CMYK Percentages of Color #afd8fa

%30
%14
%0
%2

Triadic Colors of #afd8fa

#afd8fa #faafd8 #d8faaf

Analogous Colors of #afd8fa

#afd8fa #afb3fa #affaf7

Monochromatic Colors of #afd8fa

#afd8fa

Complementary Color

#afd8fa #fad1af

#afd8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd8fa Color CSS Codes

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

#afd8fa Text Font Color

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

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


#afd8fa Background Color

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

This div background color is #afd8fa


#afd8fa Border Color

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

This div border color is #afd8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd8fa


Comments

No comments written yet.

Please login to write comment.