Color Hex Logo

#aecffc Color Hex

#AECFFC
(174,207,252)
0 Favorites   0 Comments

Color spaces of #aecffc

RGB 174207252
HSL0.600.930.84
HSV215°31°99°
CMYK 0.310.180.00   0.01
XYZ57.339160.6526100.7805
Yxy60.65260.26210.2772
Hunter Lab77.8798-4.8687-22.2085
CIE-Lab82.1916-0.7585-25.6147

#aecffc color RGB value is (174,207,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11111100
Octal 256 317 374
Decimal 174 207 252
Hex AE CF FC

RGB Percentages of Color #aecffc

%27.49
%32.70
%39.81

CMYK Percentages of Color #aecffc

%31
%18
%0
%1

Triadic Colors of #aecffc

#aecffc #fcaecf #cffcae

Analogous Colors of #aecffc

#aecffc #b4aefc #aef6fc

Monochromatic Colors of #aecffc

#aecffc

Complementary Color

#aecffc #fcdbae

#aecffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecffc Color CSS Codes

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

#aecffc Text Font Color

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

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


#aecffc Background Color

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

This div background color is #aecffc


#aecffc Border Color

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

This div border color is #aecffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecffc

Related Colors


Comments

No comments written yet.

Please login to write comment.