Color Hex Logo

#2fbbde Color Hex

#2FBBDE
(47,187,222)
0 Favorites   0 Comments

Color spaces of #2fbbde

RGB 47187222
HSL0.530.730.53
HSV192°79°87°
CMYK 0.790.160.00   0.13
XYZ32.127441.418975.4086
Yxy41.41890.21570.2781
Hunter Lab64.3575-23.5181-24.4207
CIE-Lab70.4684-24.4122-27.8664

#2fbbde color RGB value is (47,187,222).

#2fbbde hex color red value is 47, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #2fbbde hue: 0.53 , saturation: 0.73 and the lightness value of 2fbbde is 0.53.

The process color (four color CMYK) of #2fbbde color hex is 0.79, 0.16, 0.00, 0.13. Web safe color of #2fbbde is #33cccc. Color #2fbbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111011 11011110
Octal 57 273 336
Decimal 47 187 222
Hex 2F BB DE

RGB Percentages of Color #2fbbde

%10.31
%41.01
%48.68

CMYK Percentages of Color #2fbbde

%79
%16
%0
%13

Triadic Colors of #2fbbde

#2fbbde #de2fbb #bbde2f

Analogous Colors of #2fbbde

#2fbbde #2f63de #2fdeaa

Monochromatic Colors of #2fbbde

#2fbbde

Complementary Color

#2fbbde #de522f

#2fbbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbbde Color CSS Codes

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

#2fbbde Text Font Color

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

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


#2fbbde Background Color

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

This div background color is #2fbbde


#2fbbde Border Color

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

This div border color is #2fbbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbbde


Comments

No comments written yet.

Please login to write comment.