Color Hex Logo

#2a8beb Color Hex

#2A8BEB
(42,139,235)
0 Favorites   0 Comments

Color spaces of #2a8beb

RGB 42139235
HSL0.580.830.54
HSV210°82°92°
CMYK 0.820.410.00   0.08
XYZ25.182924.955682.0869
Yxy24.95560.19050.1887
Hunter Lab49.95562.5606-62.4563
CIE-Lab57.03216.3449-56.1090

#2a8beb color RGB value is (42,139,235).

#2a8beb hex color red value is 42, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2a8beb hue: 0.58 , saturation: 0.83 and the lightness value of 2a8beb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10001011 11101011
Octal 52 213 353
Decimal 42 139 235
Hex 2A 8B EB

RGB Percentages of Color #2a8beb

%10.10
%33.41
%56.49

CMYK Percentages of Color #2a8beb

%82
%41
%0
%8

Triadic Colors of #2a8beb

#2a8beb #eb2a8b #8beb2a

Analogous Colors of #2a8beb

#2a8beb #2a2beb #2aebeb

Monochromatic Colors of #2a8beb

#2a8beb

Complementary Color

#2a8beb #eb8a2a

#2a8beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a8beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a8beb Color CSS Codes

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

#2a8beb Text Font Color

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

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


#2a8beb Background Color

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

This div background color is #2a8beb


#2a8beb Border Color

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

This div border color is #2a8beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a8beb


Comments

No comments written yet.

Please login to write comment.