Color Hex Logo

#2998bb Color Hex

#2998BB
(41,152,187)
0 Favorites   0 Comments

Color spaces of #2998bb

RGB 41152187
HSL0.540.640.45
HSV194°78°73°
CMYK 0.780.190.00   0.27
XYZ21.112326.515751.0190
Yxy26.51570.21400.2688
Hunter Lab51.4934-16.9284-22.6984
CIE-Lab58.5233-18.4121-26.8529

#2998bb color RGB value is (41,152,187).

#2998bb hex color red value is 41, green value is 152 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2998bb hue: 0.54 , saturation: 0.64 and the lightness value of 2998bb is 0.45.

The process color (four color CMYK) of #2998bb color hex is 0.78, 0.19, 0.00, 0.27. Web safe color of #2998bb is #3399cc. Color #2998bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011000 10111011
Octal 51 230 273
Decimal 41 152 187
Hex 29 98 BB

RGB Percentages of Color #2998bb

%10.79
%40.00
%49.21

CMYK Percentages of Color #2998bb

%78
%19
%0
%27

Triadic Colors of #2998bb

#2998bb #bb2998 #98bb29

Analogous Colors of #2998bb

#2998bb #294fbb #29bb95

Monochromatic Colors of #2998bb

#2998bb

Complementary Color

#2998bb #bb4c29

#2998bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2998bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2998bb Color CSS Codes

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

#2998bb Text Font Color

<p style="color:#2998bb">Text here</p>

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


#2998bb Background Color

<div style="background-color:#2998bb">
Div content here</div>

This div background color is #2998bb


#2998bb Border Color

<div style="border:3px solid #2998bb">
Div here</div>

This div border color is #2998bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,152,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2998bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2998bb;
  -webkit-box-shadow: 1px 1px 3px 2px #2998bb;
  box-shadow:         1px 1px 3px 2px #2998bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,152,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2998bb


Comments

No comments written yet.

Please login to write comment.