Color Hex Logo

#afdff1 Color Hex

#AFDFF1
(175,223,241)
0 Favorites   0 Comments

Color spaces of #afdff1

RGB 175223241
HSL0.550.700.82
HSV196°27°95°
CMYK 0.270.070.00   0.05
XYZ59.944168.240293.2314
Yxy68.24020.27070.3082
Hunter Lab82.6076-15.0351-9.0897
CIE-Lab86.1264-11.4153-13.8371

#afdff1 color RGB value is (175,223,241).

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

The process color (four color CMYK) of #afdff1 color hex is 0.27, 0.07, 0.00, 0.05. Web safe color of #afdff1 is #99ccff. Color #afdff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11110001
Octal 257 337 361
Decimal 175 223 241
Hex AF DF F1

RGB Percentages of Color #afdff1

%27.39
%34.90
%37.72

CMYK Percentages of Color #afdff1

%27
%7
%0
%5

Triadic Colors of #afdff1

#afdff1 #f1afdf #dff1af

Analogous Colors of #afdff1

#afdff1 #afbef1 #aff1e2

Monochromatic Colors of #afdff1

#afdff1

Complementary Color

#afdff1 #f1c1af

#afdff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdff1 Color CSS Codes

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

#afdff1 Text Font Color

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

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


#afdff1 Background Color

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

This div background color is #afdff1


#afdff1 Border Color

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

This div border color is #afdff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdff1

#afdff1 Color Palettes


Comments

No comments written yet.

Please login to write comment.