Color Hex Logo

#2bb5ff Color Hex

#2BB5FF
(43,181,255)
0 Favorites   0 Comments

Color spaces of #2bb5ff

RGB 43181255
HSL0.561.000.58
HSV201°83°100°
CMYK 0.830.290.00   0.00
XYZ35.570140.7813100.6046
Yxy40.78130.20100.2305
Hunter Lab63.8602-12.3311-48.7025
CIE-Lab70.0224-10.4686-46.4826

#2bb5ff color RGB value is (43,181,255).

#2bb5ff hex color red value is 43, green value is 181 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2bb5ff hue: 0.56 , saturation: 1.00 and the lightness value of 2bb5ff is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10110101 11111111
Octal 53 265 377
Decimal 43 181 255
Hex 2B B5 FF

RGB Percentages of Color #2bb5ff

%8.98
%37.79
%53.24

CMYK Percentages of Color #2bb5ff

%83
%29
%0
%0

Triadic Colors of #2bb5ff

#2bb5ff #ff2bb5 #b5ff2b

Analogous Colors of #2bb5ff

#2bb5ff #2b4bff #2bffdf

Monochromatic Colors of #2bb5ff

#2bb5ff

Complementary Color

#2bb5ff #ff752b

#2bb5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bb5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bb5ff Color CSS Codes

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

#2bb5ff Text Font Color

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

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


#2bb5ff Background Color

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

This div background color is #2bb5ff


#2bb5ff Border Color

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

This div border color is #2bb5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bb5ff


Comments

No comments written yet.

Please login to write comment.