Color Hex Logo

#afcff0 Color Hex

#AFCFF0
(175,207,240)
0 Favorites   0 Comments

Color spaces of #afcff0

RGB 175207240
HSL0.580.680.81
HSV210°27°94°
CMYK 0.270.140.00   0.06
XYZ55.720260.030991.0884
Yxy60.03090.26940.2902
Hunter Lab77.4796-7.2193-15.4682
CIE-Lab81.8550-3.3215-19.7352

#afcff0 color RGB value is (175,207,240).

#afcff0 hex color red value is 175, green value is 207 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #afcff0 hue: 0.58 , saturation: 0.68 and the lightness value of afcff0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11110000
Octal 257 317 360
Decimal 175 207 240
Hex AF CF F0

RGB Percentages of Color #afcff0

%28.14
%33.28
%38.59

CMYK Percentages of Color #afcff0

%27
%14
%0
%6

Triadic Colors of #afcff0

#afcff0 #f0afcf #cff0af

Analogous Colors of #afcff0

#afcff0 #b0aff0 #aff0f0

Monochromatic Colors of #afcff0

#afcff0

Complementary Color

#afcff0 #f0d0af

#afcff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcff0 Color CSS Codes

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

#afcff0 Text Font Color

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

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


#afcff0 Background Color

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

This div background color is #afcff0


#afcff0 Border Color

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

This div border color is #afcff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcff0


Comments

No comments written yet.

Please login to write comment.