Color Hex Logo

#2a9aee Color Hex

#2A9AEE
(42,154,238)
0 Favorites   0 Comments

Color spaces of #2a9aee

RGB 42154238
HSL0.570.850.55
HSV206°82°93°
CMYK 0.820.350.00   0.07
XYZ27.943129.776585.1636
Yxy29.77650.19560.2084
Hunter Lab54.5678-4.0875-54.3359
CIE-Lab61.4609-1.4160-50.7196

#2a9aee color RGB value is (42,154,238).

#2a9aee hex color red value is 42, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2a9aee hue: 0.57 , saturation: 0.85 and the lightness value of 2a9aee is 0.55.

The process color (four color CMYK) of #2a9aee color hex is 0.82, 0.35, 0.00, 0.07. Web safe color of #2a9aee is #3399ff. Color #2a9aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10011010 11101110
Octal 52 232 356
Decimal 42 154 238
Hex 2A 9A EE

RGB Percentages of Color #2a9aee

%9.68
%35.48
%54.84

CMYK Percentages of Color #2a9aee

%82
%35
%0
%7

Triadic Colors of #2a9aee

#2a9aee #ee2a9a #9aee2a

Analogous Colors of #2a9aee

#2a9aee #2a38ee #2aeee0

Monochromatic Colors of #2a9aee

#2a9aee

Complementary Color

#2a9aee #ee7e2a

#2a9aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a9aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a9aee Color CSS Codes

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

#2a9aee Text Font Color

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

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


#2a9aee Background Color

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

This div background color is #2a9aee


#2a9aee Border Color

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

This div border color is #2a9aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a9aee


Comments

No comments written yet.

Please login to write comment.