Color Hex Logo

#afdcff Color Hex

#AFDCFF
(175,220,255)
0 Favorites   0 Comments

Color spaces of #afdcff

RGB 175220255
HSL0.571.000.84
HSV206°31°100°
CMYK 0.310.140.00   0.00
XYZ61.322467.5204104.4084
Yxy67.52040.26290.2895
Hunter Lab82.1708-10.5880-17.8159
CIE-Lab85.7661-6.6006-21.7632

#afdcff color RGB value is (175,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11111111
Octal 257 334 377
Decimal 175 220 255
Hex AF DC FF

RGB Percentages of Color #afdcff

%26.92
%33.85
%39.23

CMYK Percentages of Color #afdcff

%31
%14
%0
%0

Triadic Colors of #afdcff

#afdcff #ffafdc #dcffaf

Analogous Colors of #afdcff

#afdcff #afb4ff #affffa

Monochromatic Colors of #afdcff

#afdcff

Complementary Color

#afdcff #ffd2af

#afdcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcff Color CSS Codes

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

#afdcff Text Font Color

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

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


#afdcff Background Color

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

This div background color is #afdcff


#afdcff Border Color

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

This div border color is #afdcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcff


Comments

No comments written yet.

Please login to write comment.