Color Hex Logo

#027aaa Color Hex

#027AAA
(2,122,170)
0 Favorites   0 Comments

Color spaces of #027aaa

RGB 2122170
HSL0.550.980.34
HSV197°99°67°
CMYK 0.990.280.00   0.33
XYZ14.240316.834340.5290
Yxy16.83430.19890.2351
Hunter Lab41.0296-9.8492-29.8458
CIE-Lab48.0506-10.5195-33.4363

#027aaa color RGB value is (2,122,170).

#027aaa hex color red value is 2, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #027aaa hue: 0.55 , saturation: 0.98 and the lightness value of 027aaa is 0.34.

The process color (four color CMYK) of #027aaa color hex is 0.99, 0.28, 0.00, 0.33. Web safe color of #027aaa is #006699. Color #027aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111010 10101010
Octal 2 172 252
Decimal 2 122 170
Hex 2 7A AA

RGB Percentages of Color #027aaa

%0.68
%41.50
%57.82

CMYK Percentages of Color #027aaa

%99
%28
%0
%33

Triadic Colors of #027aaa

#027aaa #aa027a #7aaa02

Analogous Colors of #027aaa

#027aaa #0226aa #02aa86

Monochromatic Colors of #027aaa

#027aaa

Complementary Color

#027aaa #aa3202

#027aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#027aaa Color CSS Codes

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

#027aaa Text Font Color

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

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


#027aaa Background Color

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

This div background color is #027aaa


#027aaa Border Color

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

This div border color is #027aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,122,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #027aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #027aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #027aaa;
  box-shadow:         1px 1px 3px 2px #027aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027aaa


Comments

No comments written yet.

Please login to write comment.