Color Hex Logo

#aefaf8 Color Hex

#AEFAF8
(174,250,248)
0 Favorites   0 Comments

Color spaces of #aefaf8

RGB 174250248
HSL0.500.880.83
HSV178°30°98°
CMYK 0.300.000.01   0.02
XYZ68.584484.1472101.4342
Yxy84.14720.26980.3311
Hunter Lab91.7318-27.0729-1.3488
CIE-Lab93.5144-23.5759-6.5132

#aefaf8 color RGB value is (174,250,248).

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

The process color (four color CMYK) of #aefaf8 color hex is 0.30, 0.00, 0.01, 0.02. Web safe color of #aefaf8 is #99ffff. Color #aefaf8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11111000
Octal 256 372 370
Decimal 174 250 248
Hex AE FA F8

RGB Percentages of Color #aefaf8

%25.89
%37.20
%36.90

CMYK Percentages of Color #aefaf8

%30
%0
%1
%2

Triadic Colors of #aefaf8

#aefaf8 #f8aefa #faf8ae

Analogous Colors of #aefaf8

#aefaf8 #aed6fa #aefad2

Monochromatic Colors of #aefaf8

#aefaf8

Complementary Color

#aefaf8 #faaeb0

#aefaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefaf8 Color CSS Codes

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

#aefaf8 Text Font Color

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

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


#aefaf8 Background Color

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

This div background color is #aefaf8


#aefaf8 Border Color

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

This div border color is #aefaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.