Color Hex Logo

#afd0ff Color Hex

#AFD0FF
(175,208,255)
0 Favorites   0 Comments

Color spaces of #afd0ff

RGB 175208255
HSL0.601.000.84
HSV215°31°100°
CMYK 0.310.180.00   0.00
XYZ58.285161.4457103.3960
Yxy61.44570.26120.2754
Hunter Lab78.3873-4.4536-23.3348
CIE-Lab82.6178-0.2845-26.5517

#afd0ff color RGB value is (175,208,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 11111111
Octal 257 320 377
Decimal 175 208 255
Hex AF D0 FF

RGB Percentages of Color #afd0ff

%27.43
%32.60
%39.97

CMYK Percentages of Color #afd0ff

%31
%18
%0
%0

Triadic Colors of #afd0ff

#afd0ff #ffafd0 #d0ffaf

Analogous Colors of #afd0ff

#afd0ff #b6afff #aff8ff

Monochromatic Colors of #afd0ff

#afd0ff

Complementary Color

#afd0ff #ffdeaf

#afd0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd0ff Color CSS Codes

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

#afd0ff Text Font Color

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

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


#afd0ff Background Color

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

This div background color is #afd0ff


#afd0ff Border Color

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

This div border color is #afd0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd0ff

#afd0ff Color Palettes


Comments

No comments written yet.

Please login to write comment.