Color Hex Logo

#2fbbff Color Hex

#2FBBFF
(47,187,255)
0 Favorites   0 Comments

Color spaces of #2fbbff

RGB 47187255
HSL0.551.000.59
HSV200°82°100°
CMYK 0.820.270.00   0.00
XYZ36.992643.3650101.0283
Yxy43.36500.20390.2391
Hunter Lab65.8521-14.9683-44.8644
CIE-Lab71.8020-13.3987-43.6875

#2fbbff color RGB value is (47,187,255).

#2fbbff hex color red value is 47, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2fbbff hue: 0.55 , saturation: 1.00 and the lightness value of 2fbbff is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111011 11111111
Octal 57 273 377
Decimal 47 187 255
Hex 2F BB FF

RGB Percentages of Color #2fbbff

%9.61
%38.24
%52.15

CMYK Percentages of Color #2fbbff

%82
%27
%0
%0

Triadic Colors of #2fbbff

#2fbbff #ff2fbb #bbff2f

Analogous Colors of #2fbbff

#2fbbff #2f53ff #2fffdb

Monochromatic Colors of #2fbbff

#2fbbff

Complementary Color

#2fbbff #ff732f

#2fbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbbff Color CSS Codes

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

#2fbbff Text Font Color

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

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


#2fbbff Background Color

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

This div background color is #2fbbff


#2fbbff Border Color

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

This div border color is #2fbbff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,187,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 #2fbbff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbbff

Related Colors


Comments

No comments written yet.

Please login to write comment.