Color Hex Logo

#2bbdfa Color Hex

#2BBDFA
(43,189,250)
0 Favorites   0 Comments

Color spaces of #2bbdfa

RGB 43189250
HSL0.550.950.57
HSV198°83°98°
CMYK 0.830.240.00   0.02
XYZ36.449243.810996.9778
Yxy43.81090.20570.2472
Hunter Lab66.1898-17.5363-40.5357
CIE-Lab72.1019-16.4877-40.5278

#2bbdfa color RGB value is (43,189,250).

#2bbdfa hex color red value is 43, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #2bbdfa hue: 0.55 , saturation: 0.95 and the lightness value of 2bbdfa is 0.57.

The process color (four color CMYK) of #2bbdfa color hex is 0.83, 0.24, 0.00, 0.02. Web safe color of #2bbdfa is #33ccff. Color #2bbdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10111101 11111010
Octal 53 275 372
Decimal 43 189 250
Hex 2B BD FA

RGB Percentages of Color #2bbdfa

%8.92
%39.21
%51.87

CMYK Percentages of Color #2bbdfa

%83
%24
%0
%2

Triadic Colors of #2bbdfa

#2bbdfa #fa2bbd #bdfa2b

Analogous Colors of #2bbdfa

#2bbdfa #2b55fa #2bfad0

Monochromatic Colors of #2bbdfa

#2bbdfa

Complementary Color

#2bbdfa #fa682b

#2bbdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bbdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bbdfa Color CSS Codes

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

#2bbdfa Text Font Color

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

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


#2bbdfa Background Color

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

This div background color is #2bbdfa


#2bbdfa Border Color

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

This div border color is #2bbdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bbdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.