Color Hex Logo

#afd2ff Color Hex

#AFD2FF
(175,210,255)
0 Favorites   0 Comments

Color spaces of #afd2ff

RGB 175210255
HSL0.591.000.84
HSV214°31°100°
CMYK 0.310.180.00   0.00
XYZ58.775862.4271103.5596
Yxy62.42710.26150.2777
Hunter Lab79.0108-5.4836-22.4039
CIE-Lab83.1400-1.3469-25.7549

#afd2ff color RGB value is (175,210,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 11111111
Octal 257 322 377
Decimal 175 210 255
Hex AF D2 FF

RGB Percentages of Color #afd2ff

%27.34
%32.81
%39.84

CMYK Percentages of Color #afd2ff

%31
%18
%0
%0

Triadic Colors of #afd2ff

#afd2ff #ffafd2 #d2ffaf

Analogous Colors of #afd2ff

#afd2ff #b4afff #affaff

Monochromatic Colors of #afd2ff

#afd2ff

Complementary Color

#afd2ff #ffdcaf

#afd2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd2ff Color CSS Codes

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

#afd2ff Text Font Color

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

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


#afd2ff Background Color

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

This div background color is #afd2ff


#afd2ff Border Color

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

This div border color is #afd2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd2ff


Comments

No comments written yet.

Please login to write comment.