Color Hex Logo

#aeebf2 Color Hex

#AEEBF2
(174,235,242)
0 Favorites   0 Comments

Color spaces of #aeebf2

RGB 174235242
HSL0.520.720.82
HSV186°28°95°
CMYK 0.280.030.00   0.05
XYZ63.190974.826195.1168
Yxy74.82610.27100.3210
Hunter Lab86.5021-20.9821-4.6432
CIE-Lab89.3115-17.5382-9.6173

#aeebf2 color RGB value is (174,235,242).

#aeebf2 hex color red value is 174, green value is 235 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #aeebf2 hue: 0.52 , saturation: 0.72 and the lightness value of aeebf2 is 0.82.

The process color (four color CMYK) of #aeebf2 color hex is 0.28, 0.03, 0.00, 0.05. Web safe color of #aeebf2 is #99ffff. Color #aeebf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 11110010
Octal 256 353 362
Decimal 174 235 242
Hex AE EB F2

RGB Percentages of Color #aeebf2

%26.73
%36.10
%37.17

CMYK Percentages of Color #aeebf2

%28
%3
%0
%5

Triadic Colors of #aeebf2

#aeebf2 #f2aeeb #ebf2ae

Analogous Colors of #aeebf2

#aeebf2 #aec9f2 #aef2d7

Monochromatic Colors of #aeebf2

#aeebf2

Complementary Color

#aeebf2 #f2b5ae

#aeebf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebf2 Color CSS Codes

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

#aeebf2 Text Font Color

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

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


#aeebf2 Background Color

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

This div background color is #aeebf2


#aeebf2 Border Color

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

This div border color is #aeebf2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,235,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aeebf2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebf2

#aeebf2 Color Palettes


Comments

No comments written yet.

Please login to write comment.