Color Hex Logo

#2a9ebc Color Hex

#2A9EBC
(42,158,188)
0 Favorites   0 Comments

Color spaces of #2a9ebc

RGB 42158188
HSL0.530.630.45
HSV192°78°74°
CMYK 0.780.160.00   0.26
XYZ22.258828.576851.9197
Yxy28.57680.21660.2781
Hunter Lab53.4573-19.2255-20.1646
CIE-Lab60.4063-21.1433-24.5152

#2a9ebc color RGB value is (42,158,188).

#2a9ebc hex color red value is 42, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2a9ebc hue: 0.53 , saturation: 0.63 and the lightness value of 2a9ebc is 0.45.

The process color (four color CMYK) of #2a9ebc color hex is 0.78, 0.16, 0.00, 0.26. Web safe color of #2a9ebc is #3399cc. Color #2a9ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10011110 10111100
Octal 52 236 274
Decimal 42 158 188
Hex 2A 9E BC

RGB Percentages of Color #2a9ebc

%10.82
%40.72
%48.45

CMYK Percentages of Color #2a9ebc

%78
%16
%0
%26

Triadic Colors of #2a9ebc

#2a9ebc #bc2a9e #9ebc2a

Analogous Colors of #2a9ebc

#2a9ebc #2a55bc #2abc91

Monochromatic Colors of #2a9ebc

#2a9ebc

Complementary Color

#2a9ebc #bc482a

#2a9ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a9ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a9ebc Color CSS Codes

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

#2a9ebc Text Font Color

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

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


#2a9ebc Background Color

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

This div background color is #2a9ebc


#2a9ebc Border Color

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

This div border color is #2a9ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a9ebc


Comments

No comments written yet.

Please login to write comment.