Color Hex Logo

#2b84cc Color Hex

#2B84CC
(43,132,204)
0 Favorites   0 Comments

Color spaces of #2b84cc

RGB 43132204
HSL0.570.650.48
HSV207°79°80°
CMYK 0.790.350.00   0.20
XYZ20.146621.375860.1908
Yxy21.37580.19810.2102
Hunter Lab46.2340-3.1275-44.8243
CIE-Lab53.3584-0.8384-44.5587

#2b84cc color RGB value is (43,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10000100 11001100
Octal 53 204 314
Decimal 43 132 204
Hex 2B 84 CC

RGB Percentages of Color #2b84cc

%11.35
%34.83
%53.83

CMYK Percentages of Color #2b84cc

%79
%35
%0
%20

Triadic Colors of #2b84cc

#2b84cc #cc2b84 #84cc2b

Analogous Colors of #2b84cc

#2b84cc #2b34cc #2bccc4

Monochromatic Colors of #2b84cc

#2b84cc

Complementary Color

#2b84cc #cc732b

#2b84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b84cc Color CSS Codes

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

#2b84cc Text Font Color

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

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


#2b84cc Background Color

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

This div background color is #2b84cc


#2b84cc Border Color

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

This div border color is #2b84cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,132,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 #2b84cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b84cc


Comments

No comments written yet.

Please login to write comment.