Color Hex Logo

#aeefff Color Hex

#AEEFFF
(174,239,255)
0 Favorites   0 Comments

Color spaces of #aeefff

RGB 174239255
HSL0.531.000.84
HSV192°32°100°
CMYK 0.320.060.00   0.00
XYZ66.372177.9517106.1557
Yxy77.95170.26500.3112
Hunter Lab88.2903-20.3208-9.4841
CIE-Lab90.7579-16.5691-14.2507

#aeefff color RGB value is (174,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11111111
Octal 256 357 377
Decimal 174 239 255
Hex AE EF FF

RGB Percentages of Color #aeefff

%26.05
%35.78
%38.17

CMYK Percentages of Color #aeefff

%32
%6
%0
%0

Triadic Colors of #aeefff

#aeefff #ffaeef #efffae

Analogous Colors of #aeefff

#aeefff #aec7ff #aeffe7

Monochromatic Colors of #aeefff

#aeefff

Complementary Color

#aeefff #ffbeae

#aeefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefff Color CSS Codes

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

#aeefff Text Font Color

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

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


#aeefff Background Color

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

This div background color is #aeefff


#aeefff Border Color

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

This div border color is #aeefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefff

Related Colors


Comments

No comments written yet.

Please login to write comment.