Color Hex Logo

#aeebfc Color Hex

#AEEBFC
(174,235,252)
0 Favorites   0 Comments

Color spaces of #aeebfc

RGB 174235252
HSL0.540.930.84
HSV193°31°99°
CMYK 0.310.070.00   0.01
XYZ64.734675.4436103.2457
Yxy75.44360.26590.3099
Hunter Lab86.8583-18.9677-9.6754
CIE-Lab89.6004-15.2584-14.4175

#aeebfc color RGB value is (174,235,252).

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

The process color (four color CMYK) of #aeebfc color hex is 0.31, 0.07, 0.00, 0.01. Web safe color of #aeebfc is #99ffff. Color #aeebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 11111100
Octal 256 353 374
Decimal 174 235 252
Hex AE EB FC

RGB Percentages of Color #aeebfc

%26.32
%35.55
%38.12

CMYK Percentages of Color #aeebfc

%31
%7
%0
%1

Triadic Colors of #aeebfc

#aeebfc #fcaeeb #ebfcae

Analogous Colors of #aeebfc

#aeebfc #aec4fc #aefce6

Monochromatic Colors of #aeebfc

#aeebfc

Complementary Color

#aeebfc #fcbfae

#aeebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebfc Color CSS Codes

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

#aeebfc Text Font Color

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

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


#aeebfc Background Color

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

This div background color is #aeebfc


#aeebfc Border Color

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

This div border color is #aeebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebfc


Comments

No comments written yet.

Please login to write comment.