Color Hex Logo

#2beffb Color Hex

#2BEFFB
(43,239,251)
0 Favorites   0 Comments

Color spaces of #2beffb

RGB 43239251
HSL0.510.960.58
HSV183°83°98°
CMYK 0.830.050.00   0.02
XYZ49.275369.2116102.0289
Yxy69.21160.22350.3139
Hunter Lab83.1935-39.8636-14.4781
CIE-Lab86.6087-40.6112-18.8005

#2beffb color RGB value is (43,239,251).

#2beffb hex color red value is 43, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #2beffb hue: 0.51 , saturation: 0.96 and the lightness value of 2beffb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101111 11111011
Octal 53 357 373
Decimal 43 239 251
Hex 2B EF FB

RGB Percentages of Color #2beffb

%8.07
%44.84
%47.09

CMYK Percentages of Color #2beffb

%83
%5
%0
%2

Triadic Colors of #2beffb

#2beffb #fb2bef #effb2b

Analogous Colors of #2beffb

#2beffb #2b87fb #2bfb9f

Monochromatic Colors of #2beffb

#2beffb

Complementary Color

#2beffb #fb372b

#2beffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beffb Color CSS Codes

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

#2beffb Text Font Color

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

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


#2beffb Background Color

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

This div background color is #2beffb


#2beffb Border Color

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

This div border color is #2beffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beffb


Comments

No comments written yet.

Please login to write comment.