Color Hex Logo

#afd3ff Color Hex

#AFD3FF
(175,211,255)
0 Favorites   0 Comments

Color spaces of #afd3ff

RGB 175211255
HSL0.591.000.84
HSV213°31°100°
CMYK 0.310.170.00   0.00
XYZ59.023562.9225103.6421
Yxy62.92250.26160.2789
Hunter Lab79.3237-5.9975-21.9400
CIE-Lab83.4016-1.8767-25.3562

#afd3ff color RGB value is (175,211,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 11111111
Octal 257 323 377
Decimal 175 211 255
Hex AF D3 FF

RGB Percentages of Color #afd3ff

%27.30
%32.92
%39.78

CMYK Percentages of Color #afd3ff

%31
%17
%0
%0

Triadic Colors of #afd3ff

#afd3ff #ffafd3 #d3ffaf

Analogous Colors of #afd3ff

#afd3ff #b3afff #affbff

Monochromatic Colors of #afd3ff

#afd3ff

Complementary Color

#afd3ff #ffdbaf

#afd3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd3ff Color CSS Codes

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

#afd3ff Text Font Color

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

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


#afd3ff Background Color

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

This div background color is #afd3ff


#afd3ff Border Color

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

This div border color is #afd3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd3ff

#afd3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.