Color Hex Logo

#2fb9fa Color Hex

#2FB9FA
(47,185,250)
0 Favorites   0 Comments

Color spaces of #2fb9fa

RGB 47185250
HSL0.550.950.58
HSV199°81°98°
CMYK 0.810.260.00   0.02
XYZ35.776642.204496.7031
Yxy42.20440.20480.2416
Hunter Lab64.9649-15.3875-42.7803
CIE-Lab71.0116-14.0365-42.2257

#2fb9fa color RGB value is (47,185,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111001 11111010
Octal 57 271 372
Decimal 47 185 250
Hex 2F B9 FA

RGB Percentages of Color #2fb9fa

%9.75
%38.38
%51.87

CMYK Percentages of Color #2fb9fa

%81
%26
%0
%2

Triadic Colors of #2fb9fa

#2fb9fa #fa2fb9 #b9fa2f

Analogous Colors of #2fb9fa

#2fb9fa #2f54fa #2ffad6

Monochromatic Colors of #2fb9fa

#2fb9fa

Complementary Color

#2fb9fa #fa702f

#2fb9fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb9fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb9fa Color CSS Codes

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

#2fb9fa Text Font Color

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

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


#2fb9fa Background Color

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

This div background color is #2fb9fa


#2fb9fa Border Color

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

This div border color is #2fb9fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb9fa

Related Colors


Comments

No comments written yet.

Please login to write comment.