Color Hex Logo

#aeccf8 Color Hex

#AECCF8
(174,204,248)
0 Favorites   0 Comments

Color spaces of #aeccf8

RGB 174204248
HSL0.600.840.83
HSV216°30°97°
CMYK 0.300.180.00   0.03
XYZ55.991758.961797.2366
Yxy58.96170.26390.2779
Hunter Lab76.7865-4.2166-21.3298
CIE-Lab81.2705-0.1238-24.8908

#aeccf8 color RGB value is (174,204,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11111000
Octal 256 314 370
Decimal 174 204 248
Hex AE CC F8

RGB Percentages of Color #aeccf8

%27.80
%32.59
%39.62

CMYK Percentages of Color #aeccf8

%30
%18
%0
%3

Triadic Colors of #aeccf8

#aeccf8 #f8aecc #ccf8ae

Analogous Colors of #aeccf8

#aeccf8 #b5aef8 #aef1f8

Monochromatic Colors of #aeccf8

#aeccf8

Complementary Color

#aeccf8 #f8daae

#aeccf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeccf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeccf8 Color CSS Codes

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

#aeccf8 Text Font Color

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

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


#aeccf8 Background Color

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

This div background color is #aeccf8


#aeccf8 Border Color

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

This div border color is #aeccf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeccf8


Comments

No comments written yet.

Please login to write comment.