Color Hex Logo

#afe7fe Color Hex

#AFE7FE
(175,231,254)
0 Favorites   0 Comments

Color spaces of #afe7fe

RGB 175231254
HSL0.550.980.84
HSV197°31°100°
CMYK 0.310.090.00   0.00
XYZ64.144573.4215104.5569
Yxy73.42150.26490.3032
Hunter Lab85.6863-16.3266-12.3669
CIE-Lab88.6484-12.4957-16.8871

#afe7fe color RGB value is (175,231,254).

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

The process color (four color CMYK) of #afe7fe color hex is 0.31, 0.09, 0.00, 0.00. Web safe color of #afe7fe is #99ffff. Color #afe7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 11111110
Octal 257 347 376
Decimal 175 231 254
Hex AF E7 FE

RGB Percentages of Color #afe7fe

%26.52
%35.00
%38.48

CMYK Percentages of Color #afe7fe

%31
%9
%0
%0

Triadic Colors of #afe7fe

#afe7fe #feafe7 #e7feaf

Analogous Colors of #afe7fe

#afe7fe #afc0fe #affeee

Monochromatic Colors of #afe7fe

#afe7fe

Complementary Color

#afe7fe #fec6af

#afe7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe7fe Color CSS Codes

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

#afe7fe Text Font Color

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

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


#afe7fe Background Color

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

This div background color is #afe7fe


#afe7fe Border Color

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

This div border color is #afe7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe7fe


Comments

No comments written yet.

Please login to write comment.