Color Hex Logo

#2bb0df Color Hex

#2BB0DF
(43,176,223)
0 Favorites   0 Comments

Color spaces of #2bb0df

RGB 43176223
HSL0.540.740.52
HSV196°81°87°
CMYK 0.810.210.00   0.13
XYZ29.840936.892075.3601
Yxy36.89200.21000.2596
Hunter Lab60.7388-18.5960-31.0454
CIE-Lab67.1959-18.7736-33.4707

#2bb0df color RGB value is (43,176,223).

#2bb0df hex color red value is 43, green value is 176 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2bb0df hue: 0.54 , saturation: 0.74 and the lightness value of 2bb0df is 0.52.

The process color (four color CMYK) of #2bb0df color hex is 0.81, 0.21, 0.00, 0.13. Web safe color of #2bb0df is #3399cc. Color #2bb0df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10110000 11011111
Octal 53 260 337
Decimal 43 176 223
Hex 2B B0 DF

RGB Percentages of Color #2bb0df

%9.73
%39.82
%50.45

CMYK Percentages of Color #2bb0df

%81
%21
%0
%13

Triadic Colors of #2bb0df

#2bb0df #df2bb0 #b0df2b

Analogous Colors of #2bb0df

#2bb0df #2b56df #2bdfb4

Monochromatic Colors of #2bb0df

#2bb0df

Complementary Color

#2bb0df #df5a2b

#2bb0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bb0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bb0df Color CSS Codes

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

#2bb0df Text Font Color

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

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


#2bb0df Background Color

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

This div background color is #2bb0df


#2bb0df Border Color

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

This div border color is #2bb0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bb0df


Comments

No comments written yet.

Please login to write comment.