Color Hex Logo

#aff4fe Color Hex

#AFF4FE
(175,244,254)
0 Favorites   0 Comments

Color spaces of #aff4fe

RGB 175244254
HSL0.520.980.84
HSV188°31°100°
CMYK 0.310.040.00   0.00
XYZ67.919380.9711105.8152
Yxy80.97110.26670.3179
Hunter Lab89.9839-22.7413-6.7324
CIE-Lab92.1188-19.0149-11.6920

#aff4fe color RGB value is (175,244,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 11111110
Octal 257 364 376
Decimal 175 244 254
Hex AF F4 FE

RGB Percentages of Color #aff4fe

%26.00
%36.26
%37.74

CMYK Percentages of Color #aff4fe

%31
%4
%0
%0

Triadic Colors of #aff4fe

#aff4fe #feaff4 #f4feaf

Analogous Colors of #aff4fe

#aff4fe #afcdfe #affee1

Monochromatic Colors of #aff4fe

#aff4fe

Complementary Color

#aff4fe #feb9af

#aff4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff4fe Color CSS Codes

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

#aff4fe Text Font Color

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

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


#aff4fe Background Color

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

This div background color is #aff4fe


#aff4fe Border Color

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

This div border color is #aff4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff4fe


Comments

No comments written yet.

Please login to write comment.