Color Hex Logo

#aec6ea Color Hex

#AEC6EA
(174,198,234)
0 Favorites   0 Comments

Color spaces of #aec6ea

RGB 174198234
HSL0.600.590.80
HSV216°26°92°
CMYK 0.260.150.00   0.08
XYZ52.500955.327485.7541
Yxy55.32740.27120.2858
Hunter Lab74.3824-4.1795-16.2867
CIE-Lab79.2295-0.2242-20.5090

#aec6ea color RGB value is (174,198,234).

#aec6ea hex color red value is 174, green value is 198 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aec6ea hue: 0.60 , saturation: 0.59 and the lightness value of aec6ea is 0.80.

The process color (four color CMYK) of #aec6ea color hex is 0.26, 0.15, 0.00, 0.08. Web safe color of #aec6ea is #99ccff. Color #aec6ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 11101010
Octal 256 306 352
Decimal 174 198 234
Hex AE C6 EA

RGB Percentages of Color #aec6ea

%28.71
%32.67
%38.61

CMYK Percentages of Color #aec6ea

%26
%15
%0
%8

Triadic Colors of #aec6ea

#aec6ea #eaaec6 #c6eaae

Analogous Colors of #aec6ea

#aec6ea #b4aeea #aee4ea

Monochromatic Colors of #aec6ea

#aec6ea

Complementary Color

#aec6ea #ead2ae

#aec6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec6ea Color CSS Codes

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

#aec6ea Text Font Color

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

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


#aec6ea Background Color

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

This div background color is #aec6ea


#aec6ea Border Color

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

This div border color is #aec6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec6ea


Comments

No comments written yet.

Please login to write comment.