Color Hex Logo

#2bbeef Color Hex

#2BBEEF
(43,190,239)
0 Favorites   0 Comments

Color spaces of #2bbeef

RGB 43190239
HSL0.540.860.55
HSV195°82°94°
CMYK 0.820.210.00   0.06
XYZ34.989743.572588.2275
Yxy43.57250.20980.2612
Hunter Lab66.0095-20.8989-33.0397
CIE-Lab71.9418-20.7125-34.8328

#2bbeef color RGB value is (43,190,239).

#2bbeef hex color red value is 43, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2bbeef hue: 0.54 , saturation: 0.86 and the lightness value of 2bbeef is 0.55.

The process color (four color CMYK) of #2bbeef color hex is 0.82, 0.21, 0.00, 0.06. Web safe color of #2bbeef is #33ccff. Color #2bbeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10111110 11101111
Octal 53 276 357
Decimal 43 190 239
Hex 2B BE EF

RGB Percentages of Color #2bbeef

%9.11
%40.25
%50.64

CMYK Percentages of Color #2bbeef

%82
%21
%0
%6

Triadic Colors of #2bbeef

#2bbeef #ef2bbe #beef2b

Analogous Colors of #2bbeef

#2bbeef #2b5cef #2befbe

Monochromatic Colors of #2bbeef

#2bbeef

Complementary Color

#2bbeef #ef5c2b

#2bbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bbeef Color CSS Codes

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

#2bbeef Text Font Color

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

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


#2bbeef Background Color

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

This div background color is #2bbeef


#2bbeef Border Color

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

This div border color is #2bbeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bbeef


Comments

No comments written yet.

Please login to write comment.