Color Hex Logo

#afeafa Color Hex

#AFEAFA
(175,234,250)
0 Favorites   0 Comments

Color spaces of #afeafa

RGB 175234250
HSL0.540.880.83
HSV193°30°98°
CMYK 0.300.060.00   0.02
XYZ64.357374.8617101.5002
Yxy74.86170.26740.3110
Hunter Lab86.5227-18.6427-8.9876
CIE-Lab89.3282-14.9415-13.7732

#afeafa color RGB value is (175,234,250).

#afeafa hex color red value is 175, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #afeafa hue: 0.54 , saturation: 0.88 and the lightness value of afeafa is 0.83.

The process color (four color CMYK) of #afeafa color hex is 0.30, 0.06, 0.00, 0.02. Web safe color of #afeafa is #99ffff. Color #afeafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11111010
Octal 257 352 372
Decimal 175 234 250
Hex AF EA FA

RGB Percentages of Color #afeafa

%26.56
%35.51
%37.94

CMYK Percentages of Color #afeafa

%30
%6
%0
%2

Triadic Colors of #afeafa

#afeafa #faafea #eafaaf

Analogous Colors of #afeafa

#afeafa #afc5fa #affae5

Monochromatic Colors of #afeafa

#afeafa

Complementary Color

#afeafa #fabfaf

#afeafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeafa Color CSS Codes

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

#afeafa Text Font Color

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

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


#afeafa Background Color

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

This div background color is #afeafa


#afeafa Border Color

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

This div border color is #afeafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeafa

Related Colors


Comments

No comments written yet.

Please login to write comment.