Color Hex Logo

#afccf7 Color Hex

#AFCCF7
(175,204,247)
0 Favorites   0 Comments

Color spaces of #afccf7

RGB 175204247
HSL0.600.820.83
HSV216°29°97°
CMYK 0.290.170.00   0.03
XYZ56.060659.015196.4320
Yxy59.01510.26510.2790
Hunter Lab76.8213-4.1763-20.6505
CIE-Lab81.2999-0.0785-24.3075

#afccf7 color RGB value is (175,204,247).

#afccf7 hex color red value is 175, green value is 204 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #afccf7 hue: 0.60 , saturation: 0.82 and the lightness value of afccf7 is 0.83.

The process color (four color CMYK) of #afccf7 color hex is 0.29, 0.17, 0.00, 0.03. Web safe color of #afccf7 is #99ccff. Color #afccf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11110111
Octal 257 314 367
Decimal 175 204 247
Hex AF CC F7

RGB Percentages of Color #afccf7

%27.96
%32.59
%39.46

CMYK Percentages of Color #afccf7

%29
%17
%0
%3

Triadic Colors of #afccf7

#afccf7 #f7afcc #ccf7af

Analogous Colors of #afccf7

#afccf7 #b6aff7 #aff0f7

Monochromatic Colors of #afccf7

#afccf7

Complementary Color

#afccf7 #f7daaf

#afccf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccf7 Color CSS Codes

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

#afccf7 Text Font Color

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

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


#afccf7 Background Color

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

This div background color is #afccf7


#afccf7 Border Color

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

This div border color is #afccf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccf7


Comments

No comments written yet.

Please login to write comment.