Color Hex Logo

#aeeefc Color Hex

#AEEEFC
(174,238,252)
0 Favorites   0 Comments

Color spaces of #aeeefc

RGB 174238252
HSL0.530.930.84
HSV191°31°99°
CMYK 0.310.060.00   0.01
XYZ65.600877.1760103.5344
Yxy77.17600.26630.3133
Hunter Lab87.8499-20.4446-8.3806
CIE-Lab90.4026-16.7627-13.2173

#aeeefc color RGB value is (174,238,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11111100
Octal 256 356 374
Decimal 174 238 252
Hex AE EE FC

RGB Percentages of Color #aeeefc

%26.20
%35.84
%37.95

CMYK Percentages of Color #aeeefc

%31
%6
%0
%1

Triadic Colors of #aeeefc

#aeeefc #fcaeee #eefcae

Analogous Colors of #aeeefc

#aeeefc #aec7fc #aefce3

Monochromatic Colors of #aeeefc

#aeeefc

Complementary Color

#aeeefc #fcbcae

#aeeefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeefc Color CSS Codes

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

#aeeefc Text Font Color

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

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


#aeeefc Background Color

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

This div background color is #aeeefc


#aeeefc Border Color

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

This div border color is #aeeefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeefc

Related Colors


Comments

No comments written yet.

Please login to write comment.