Color Hex Logo

#2aabca Color Hex

#2AABCA
(42,171,202)
0 Favorites   0 Comments

Color spaces of #2aabca

RGB 42171202
HSL0.530.660.48
HSV192°79°79°
CMYK 0.790.150.00   0.21
XYZ26.178433.882361.0373
Yxy33.88230.21620.2798
Hunter Lab58.2085-21.5872-21.4254
CIE-Lab64.8690-23.2578-25.4786

#2aabca color RGB value is (42,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101011 11001010
Octal 52 253 312
Decimal 42 171 202
Hex 2A AB CA

RGB Percentages of Color #2aabca

%10.12
%41.20
%48.67

CMYK Percentages of Color #2aabca

%79
%15
%0
%21

Triadic Colors of #2aabca

#2aabca #ca2aab #abca2a

Analogous Colors of #2aabca

#2aabca #2a5bca #2aca99

Monochromatic Colors of #2aabca

#2aabca

Complementary Color

#2aabca #ca492a

#2aabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aabca Color CSS Codes

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

#2aabca Text Font Color

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

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


#2aabca Background Color

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

This div background color is #2aabca


#2aabca Border Color

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

This div border color is #2aabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aabca


Comments

No comments written yet.

Please login to write comment.