Color Hex Logo

#2b99cc Color Hex

#2B99CC
(43,153,204)
0 Favorites   0 Comments

Color spaces of #2b99cc

RGB 43153204
HSL0.550.650.48
HSV199°79°80°
CMYK 0.790.250.00   0.20
XYZ23.286627.655761.2375
Yxy27.65570.20760.2465
Hunter Lab52.5887-12.9893-32.2288
CIE-Lab59.5764-12.8937-34.7840

#2b99cc color RGB value is (43,153,204).

#2b99cc hex color red value is 43, green value is 153 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2b99cc hue: 0.55 , saturation: 0.65 and the lightness value of 2b99cc is 0.48.

The process color (four color CMYK) of #2b99cc color hex is 0.79, 0.25, 0.00, 0.20. Web safe color of #2b99cc is #3399cc. Color #2b99cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10011001 11001100
Octal 53 231 314
Decimal 43 153 204
Hex 2B 99 CC

RGB Percentages of Color #2b99cc

%10.75
%38.25
%51.00

CMYK Percentages of Color #2b99cc

%79
%25
%0
%20

Triadic Colors of #2b99cc

#2b99cc #cc2b99 #99cc2b

Analogous Colors of #2b99cc

#2b99cc #2b49cc #2bccaf

Monochromatic Colors of #2b99cc

#2b99cc

Complementary Color

#2b99cc #cc5e2b

#2b99cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b99cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b99cc Color CSS Codes

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

#2b99cc Text Font Color

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

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


#2b99cc Background Color

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

This div background color is #2b99cc


#2b99cc Border Color

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

This div border color is #2b99cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,153,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2b99cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2b99cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2b99cc;
  box-shadow:         1px 1px 3px 2px #2b99cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,153,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b99cc


Comments

No comments written yet.

Please login to write comment.