Color Hex Logo

#afcff7 Color Hex

#AFCFF7
(175,207,247)
0 Favorites   0 Comments

Color spaces of #afcff7

RGB 175207247
HSL0.590.820.83
HSV213°29°97°
CMYK 0.290.160.00   0.03
XYZ56.780560.455096.6720
Yxy60.45500.26540.2826
Hunter Lab77.7528-5.7143-19.2898
CIE-Lab82.0849-1.6748-23.1133

#afcff7 color RGB value is (175,207,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11110111
Octal 257 317 367
Decimal 175 207 247
Hex AF CF F7

RGB Percentages of Color #afcff7

%27.82
%32.91
%39.27

CMYK Percentages of Color #afcff7

%29
%16
%0
%3

Triadic Colors of #afcff7

#afcff7 #f7afcf #cff7af

Analogous Colors of #afcff7

#afcff7 #b3aff7 #aff3f7

Monochromatic Colors of #afcff7

#afcff7

Complementary Color

#afcff7 #f7d7af

#afcff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcff7 Color CSS Codes

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

#afcff7 Text Font Color

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

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


#afcff7 Background Color

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

This div background color is #afcff7


#afcff7 Border Color

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

This div border color is #afcff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcff7


Comments

No comments written yet.

Please login to write comment.