Color Hex Logo

#2a9cef Color Hex

#2A9CEF
(42,156,239)
0 Favorites   0 Comments

Color spaces of #2a9cef

RGB 42156239
HSL0.570.860.55
HSV205°82°94°
CMYK 0.820.350.00   0.06
XYZ28.423330.501286.0506
Yxy30.50120.19610.2104
Hunter Lab55.2279-4.7829-53.7202
CIE-Lab62.0843-2.2094-50.2823

#2a9cef color RGB value is (42,156,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10011100 11101111
Octal 52 234 357
Decimal 42 156 239
Hex 2A 9C EF

RGB Percentages of Color #2a9cef

%9.61
%35.70
%54.69

CMYK Percentages of Color #2a9cef

%82
%35
%0
%6

Triadic Colors of #2a9cef

#2a9cef #ef2a9c #9cef2a

Analogous Colors of #2a9cef

#2a9cef #2a3aef #2aefe0

Monochromatic Colors of #2a9cef

#2a9cef

Complementary Color

#2a9cef #ef7d2a

#2a9cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a9cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a9cef Color CSS Codes

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

#2a9cef Text Font Color

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

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


#2a9cef Background Color

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

This div background color is #2a9cef


#2a9cef Border Color

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

This div border color is #2a9cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a9cef


Comments

No comments written yet.

Please login to write comment.