Color Hex Logo

#2fbbed Color Hex

#2FBBED
(47,187,237)
0 Favorites   0 Comments

Color spaces of #2fbbed

RGB 47187237
HSL0.540.840.56
HSV196°80°93°
CMYK 0.800.210.00   0.07
XYZ34.228742.259486.4736
Yxy42.25940.21000.2593
Hunter Lab65.0072-19.7758-33.3634
CIE-Lab71.0494-19.4828-35.1277

#2fbbed color RGB value is (47,187,237).

#2fbbed hex color red value is 47, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #2fbbed hue: 0.54 , saturation: 0.84 and the lightness value of 2fbbed is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111011 11101101
Octal 57 273 355
Decimal 47 187 237
Hex 2F BB ED

RGB Percentages of Color #2fbbed

%9.98
%39.70
%50.32

CMYK Percentages of Color #2fbbed

%80
%21
%0
%7

Triadic Colors of #2fbbed

#2fbbed #ed2fbb #bbed2f

Analogous Colors of #2fbbed

#2fbbed #2f5ced #2fedc0

Monochromatic Colors of #2fbbed

#2fbbed

Complementary Color

#2fbbed #ed612f

#2fbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbbed Color CSS Codes

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

#2fbbed Text Font Color

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

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


#2fbbed Background Color

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

This div background color is #2fbbed


#2fbbed Border Color

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

This div border color is #2fbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbbed


Comments

No comments written yet.

Please login to write comment.