Color Hex Logo

#2aaecc Color Hex

#2AAECC
(42,174,204)
0 Favorites   0 Comments

Color spaces of #2aaecc

RGB 42174204
HSL0.530.660.48
HSV191°79°80°
CMYK 0.790.150.00   0.20
XYZ26.990035.124062.4838
Yxy35.12400.21660.2819
Hunter Lab59.2655-22.4243-21.0238
CIE-Lab65.8451-24.1372-25.0883

#2aaecc color RGB value is (42,174,204).

#2aaecc hex color red value is 42, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2aaecc hue: 0.53 , saturation: 0.66 and the lightness value of 2aaecc is 0.48.

The process color (four color CMYK) of #2aaecc color hex is 0.79, 0.15, 0.00, 0.20. Web safe color of #2aaecc is #3399cc. Color #2aaecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101110 11001100
Octal 52 256 314
Decimal 42 174 204
Hex 2A AE CC

RGB Percentages of Color #2aaecc

%10.00
%41.43
%48.57

CMYK Percentages of Color #2aaecc

%79
%15
%0
%20

Triadic Colors of #2aaecc

#2aaecc #cc2aae #aecc2a

Analogous Colors of #2aaecc

#2aaecc #2a5dcc #2acc99

Monochromatic Colors of #2aaecc

#2aaecc

Complementary Color

#2aaecc #cc482a

#2aaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aaecc Color CSS Codes

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

#2aaecc Text Font Color

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

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


#2aaecc Background Color

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

This div background color is #2aaecc


#2aaecc Border Color

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

This div border color is #2aaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aaecc


Comments

No comments written yet.

Please login to write comment.