Color Hex Logo

#aecafc Color Hex

#AECAFC
(174,202,252)
0 Favorites   0 Comments

Color spaces of #aecafc

RGB 174202252
HSL0.610.930.84
HSV218°31°99°
CMYK 0.310.200.00   0.01
XYZ56.146858.2680100.3831
Yxy58.26800.26140.2713
Hunter Lab76.3335-2.2886-24.5365
CIE-Lab80.88761.9136-27.6066

#aecafc color RGB value is (174,202,252).

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

The process color (four color CMYK) of #aecafc color hex is 0.31, 0.20, 0.00, 0.01. Web safe color of #aecafc is #99ccff. Color #aecafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11111100
Octal 256 312 374
Decimal 174 202 252
Hex AE CA FC

RGB Percentages of Color #aecafc

%27.71
%32.17
%40.13

CMYK Percentages of Color #aecafc

%31
%20
%0
%1

Triadic Colors of #aecafc

#aecafc #fcaeca #cafcae

Analogous Colors of #aecafc

#aecafc #b9aefc #aef1fc

Monochromatic Colors of #aecafc

#aecafc

Complementary Color

#aecafc #fce0ae

#aecafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecafc Color CSS Codes

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

#aecafc Text Font Color

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

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


#aecafc Background Color

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

This div background color is #aecafc


#aecafc Border Color

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

This div border color is #aecafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecafc


Comments

No comments written yet.

Please login to write comment.