Color Hex Logo

#aec4ea Color Hex

#AEC4EA
(174,196,234)
0 Favorites   0 Comments

Color spaces of #aec4ea

RGB 174196234
HSL0.610.590.80
HSV218°26°92°
CMYK 0.260.160.00   0.08
XYZ52.046854.419085.6027
Yxy54.41900.27100.2833
Hunter Lab73.7692-3.1581-17.1624
CIE-Lab78.70540.8484-21.3038

#aec4ea color RGB value is (174,196,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 11101010
Octal 256 304 352
Decimal 174 196 234
Hex AE C4 EA

RGB Percentages of Color #aec4ea

%28.81
%32.45
%38.74

CMYK Percentages of Color #aec4ea

%26
%16
%0
%8

Triadic Colors of #aec4ea

#aec4ea #eaaec4 #c4eaae

Analogous Colors of #aec4ea

#aec4ea #b6aeea #aee2ea

Monochromatic Colors of #aec4ea

#aec4ea

Complementary Color

#aec4ea #ead4ae

#aec4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec4ea Color CSS Codes

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

#aec4ea Text Font Color

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

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


#aec4ea Background Color

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

This div background color is #aec4ea


#aec4ea Border Color

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

This div border color is #aec4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec4ea

#aec4ea Color Palettes


Comments

No comments written yet.

Please login to write comment.