Color Hex Logo

#aefefc Color Hex

#AEFEFC
(174,254,252)
0 Favorites   0 Comments

Color spaces of #aefefc

RGB 174254252
HSL0.500.980.84
HSV179°31°100°
CMYK 0.310.000.01   0.00
XYZ70.468186.9106105.1568
Yxy86.91060.26840.3310
Hunter Lab93.2259-28.2196-1.6198
CIE-Lab94.7003-24.6189-6.8294

#aefefc color RGB value is (174,254,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11111100
Octal 256 376 374
Decimal 174 254 252
Hex AE FE FC

RGB Percentages of Color #aefefc

%25.59
%37.35
%37.06

CMYK Percentages of Color #aefefc

%31
%0
%1
%0

Triadic Colors of #aefefc

#aefefc #fcaefe #fefcae

Analogous Colors of #aefefc

#aefefc #aed8fe #aefed4

Monochromatic Colors of #aefefc

#aefefc

Complementary Color

#aefefc #feaeb0

#aefefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefefc Color CSS Codes

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

#aefefc Text Font Color

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

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


#aefefc Background Color

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

This div background color is #aefefc


#aefefc Border Color

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

This div border color is #aefefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefefc

Related Colors


Comments

No comments written yet.

Please login to write comment.