Color Hex Logo

#afdff6 Color Hex

#AFDFF6
(175,223,246)
0 Favorites   0 Comments

Color spaces of #afdff6

RGB 175223246
HSL0.550.800.83
HSV199°29°96°
CMYK 0.290.090.00   0.04
XYZ60.701468.543197.2196
Yxy68.54310.26800.3027
Hunter Lab82.7908-14.0093-11.6696
CIE-Lab86.2773-10.2675-16.2473

#afdff6 color RGB value is (175,223,246).

#afdff6 hex color red value is 175, green value is 223 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #afdff6 hue: 0.55 , saturation: 0.80 and the lightness value of afdff6 is 0.83.

The process color (four color CMYK) of #afdff6 color hex is 0.29, 0.09, 0.00, 0.04. Web safe color of #afdff6 is #99ccff. Color #afdff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11110110
Octal 257 337 366
Decimal 175 223 246
Hex AF DF F6

RGB Percentages of Color #afdff6

%27.17
%34.63
%38.20

CMYK Percentages of Color #afdff6

%29
%9
%0
%4

Triadic Colors of #afdff6

#afdff6 #f6afdf #dff6af

Analogous Colors of #afdff6

#afdff6 #afbcf6 #aff6ea

Monochromatic Colors of #afdff6

#afdff6

Complementary Color

#afdff6 #f6c6af

#afdff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdff6 Color CSS Codes

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

#afdff6 Text Font Color

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

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


#afdff6 Background Color

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

This div background color is #afdff6


#afdff6 Border Color

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

This div border color is #afdff6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,223,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afdff6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdff6


Comments

No comments written yet.

Please login to write comment.