Color Hex Logo

#2fbbfa Color Hex

#2FBBFA
(47,187,250)
0 Favorites   0 Comments

Color spaces of #2fbbfa

RGB 47187250
HSL0.550.950.58
HSV199°81°98°
CMYK 0.810.250.00   0.02
XYZ36.197943.047196.8436
Yxy43.04710.20560.2445
Hunter Lab65.6103-16.3376-41.5874
CIE-Lab71.5869-15.1047-41.3269

#2fbbfa color RGB value is (47,187,250).

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

The process color (four color CMYK) of #2fbbfa color hex is 0.81, 0.25, 0.00, 0.02. Web safe color of #2fbbfa is #33ccff. Color #2fbbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111011 11111010
Octal 57 273 372
Decimal 47 187 250
Hex 2F BB FA

RGB Percentages of Color #2fbbfa

%9.71
%38.64
%51.65

CMYK Percentages of Color #2fbbfa

%81
%25
%0
%2

Triadic Colors of #2fbbfa

#2fbbfa #fa2fbb #bbfa2f

Analogous Colors of #2fbbfa

#2fbbfa #2f55fa #2ffad4

Monochromatic Colors of #2fbbfa

#2fbbfa

Complementary Color

#2fbbfa #fa6e2f

#2fbbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbbfa Color CSS Codes

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

#2fbbfa Text Font Color

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

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


#2fbbfa Background Color

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

This div background color is #2fbbfa


#2fbbfa Border Color

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

This div border color is #2fbbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,187,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.