Color Hex Logo

#2990eb Color Hex

#2990EB
(41,144,235)
0 Favorites   0 Comments

Color spaces of #2990eb

RGB 41144235
HSL0.580.830.54
HSV208°83°92°
CMYK 0.830.390.00   0.08
XYZ25.883126.416182.3319
Yxy26.41610.19230.1962
Hunter Lab51.3966-0.0522-58.9987
CIE-Lab58.42993.2691-53.8800

#2990eb color RGB value is (41,144,235).

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

The process color (four color CMYK) of #2990eb color hex is 0.83, 0.39, 0.00, 0.08. Web safe color of #2990eb is #3399ff. Color #2990eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010000 11101011
Octal 51 220 353
Decimal 41 144 235
Hex 29 90 EB

RGB Percentages of Color #2990eb

%9.76
%34.29
%55.95

CMYK Percentages of Color #2990eb

%83
%39
%0
%8

Triadic Colors of #2990eb

#2990eb #eb2990 #90eb29

Analogous Colors of #2990eb

#2990eb #292feb #29ebe5

Monochromatic Colors of #2990eb

#2990eb

Complementary Color

#2990eb #eb8429

#2990eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2990eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2990eb Color CSS Codes

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

#2990eb Text Font Color

<p style="color:#2990eb">Text here</p>

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


#2990eb Background Color

<div style="background-color:#2990eb">
Div content here</div>

This div background color is #2990eb


#2990eb Border Color

<div style="border:3px solid #2990eb">
Div here</div>

This div border color is #2990eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,144,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2990eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2990eb;
  -webkit-box-shadow: 1px 1px 3px 2px #2990eb;
  box-shadow:         1px 1px 3px 2px #2990eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,144,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 #2990eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2990eb


Comments

No comments written yet.

Please login to write comment.