Color Hex Logo

#aecbfc Color Hex

#AECBFC
(174,203,252)
0 Favorites   0 Comments

Color spaces of #aecbfc

RGB 174203252
HSL0.600.930.84
HSV218°31°99°
CMYK 0.310.190.00   0.01
XYZ56.382258.7388100.4615
Yxy58.73880.26150.2725
Hunter Lab76.6412-2.8062-24.0686
CIE-Lab81.14781.3774-27.2085

#aecbfc color RGB value is (174,203,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11111100
Octal 256 313 374
Decimal 174 203 252
Hex AE CB FC

RGB Percentages of Color #aecbfc

%27.66
%32.27
%40.06

CMYK Percentages of Color #aecbfc

%31
%19
%0
%1

Triadic Colors of #aecbfc

#aecbfc #fcaecb #cbfcae

Analogous Colors of #aecbfc

#aecbfc #b8aefc #aef2fc

Monochromatic Colors of #aecbfc

#aecbfc

Complementary Color

#aecbfc #fcdfae

#aecbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbfc Color CSS Codes

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

#aecbfc Text Font Color

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

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


#aecbfc Background Color

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

This div background color is #aecbfc


#aecbfc Border Color

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

This div border color is #aecbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbfc


Comments

No comments written yet.

Please login to write comment.