Color Hex Logo

#2fa4db Color Hex

#2FA4DB
(47,164,219)
0 Favorites   0 Comments

Color spaces of #2fa4db

RGB 47164219
HSL0.550.700.52
HSV199°79°86°
CMYK 0.790.250.00   0.14
XYZ27.233932.269771.8111
Yxy32.26970.20740.2457
Hunter Lab56.8064-13.8355-35.1862
CIE-Lab63.5652-13.3230-36.9087

#2fa4db color RGB value is (47,164,219).

#2fa4db hex color red value is 47, green value is 164 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2fa4db hue: 0.55 , saturation: 0.70 and the lightness value of 2fa4db is 0.52.

The process color (four color CMYK) of #2fa4db color hex is 0.79, 0.25, 0.00, 0.14. Web safe color of #2fa4db is #3399cc. Color #2fa4db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10100100 11011011
Octal 57 244 333
Decimal 47 164 219
Hex 2F A4 DB

RGB Percentages of Color #2fa4db

%10.93
%38.14
%50.93

CMYK Percentages of Color #2fa4db

%79
%25
%0
%14

Triadic Colors of #2fa4db

#2fa4db #db2fa4 #a4db2f

Analogous Colors of #2fa4db

#2fa4db #2f4edb #2fdbbc

Monochromatic Colors of #2fa4db

#2fa4db

Complementary Color

#2fa4db #db662f

#2fa4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fa4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fa4db Color CSS Codes

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

#2fa4db Text Font Color

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

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


#2fa4db Background Color

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

This div background color is #2fa4db


#2fa4db Border Color

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

This div border color is #2fa4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fa4db


Comments

No comments written yet.

Please login to write comment.