Color Hex Logo

#aecff8 Color Hex

#AECFF8
(174,207,248)
0 Favorites   0 Comments

Color spaces of #aecff8

RGB 174207248
HSL0.590.840.83
HSV213°30°97°
CMYK 0.300.170.00   0.03
XYZ56.711760.401697.4766
Yxy60.40160.26430.2815
Hunter Lab77.7185-5.7546-19.9602
CIE-Lab82.0560-1.7204-23.6949

#aecff8 color RGB value is (174,207,248).

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

The process color (four color CMYK) of #aecff8 color hex is 0.30, 0.17, 0.00, 0.03. Web safe color of #aecff8 is #99ccff. Color #aecff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11111000
Octal 256 317 370
Decimal 174 207 248
Hex AE CF F8

RGB Percentages of Color #aecff8

%27.66
%32.91
%39.43

CMYK Percentages of Color #aecff8

%30
%17
%0
%3

Triadic Colors of #aecff8

#aecff8 #f8aecf #cff8ae

Analogous Colors of #aecff8

#aecff8 #b2aef8 #aef4f8

Monochromatic Colors of #aecff8

#aecff8

Complementary Color

#aecff8 #f8d7ae

#aecff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecff8 Color CSS Codes

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

#aecff8 Text Font Color

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

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


#aecff8 Background Color

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

This div background color is #aecff8


#aecff8 Border Color

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

This div border color is #aecff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecff8


Comments

No comments written yet.

Please login to write comment.