Color Hex Logo

#afc6fe Color Hex

#AFC6FE
(175,198,254)
0 Favorites   0 Comments

Color spaces of #afc6fe

RGB 175198254
HSL0.620.980.84
HSV223°31°100°
CMYK 0.310.220.00   0.00
XYZ55.762756.6579101.7630
Yxy56.65790.26030.2645
Hunter Lab75.27140.5116-27.4669
CIE-Lab79.98684.8374-30.0475

#afc6fe color RGB value is (175,198,254).

#afc6fe hex color red value is 175, green value is 198 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #afc6fe hue: 0.62 , saturation: 0.98 and the lightness value of afc6fe is 0.84.

The process color (four color CMYK) of #afc6fe color hex is 0.31, 0.22, 0.00, 0.00. Web safe color of #afc6fe is #99ccff. Color #afc6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 11111110
Octal 257 306 376
Decimal 175 198 254
Hex AF C6 FE

RGB Percentages of Color #afc6fe

%27.91
%31.58
%40.51

CMYK Percentages of Color #afc6fe

%31
%22
%0
%0

Triadic Colors of #afc6fe

#afc6fe #feafc6 #c6feaf

Analogous Colors of #afc6fe

#afc6fe #c0affe #afeefe

Monochromatic Colors of #afc6fe

#afc6fe

Complementary Color

#afc6fe #fee7af

#afc6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc6fe Color CSS Codes

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

#afc6fe Text Font Color

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

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


#afc6fe Background Color

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

This div background color is #afc6fe


#afc6fe Border Color

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

This div border color is #afc6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.