Color Hex Logo

#2fa8db Color Hex

#2FA8DB
(47,168,219)
0 Favorites   0 Comments

Color spaces of #2fa8db

RGB 47168219
HSL0.550.700.52
HSV198°79°86°
CMYK 0.790.230.00   0.14
XYZ27.961133.724172.0535
Yxy33.72410.20910.2522
Hunter Lab58.0725-15.6815-32.9135
CIE-Lab64.7430-15.4916-35.0736

#2fa8db color RGB value is (47,168,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101000 11011011
Octal 57 250 333
Decimal 47 168 219
Hex 2F A8 DB

RGB Percentages of Color #2fa8db

%10.83
%38.71
%50.46

CMYK Percentages of Color #2fa8db

%79
%23
%0
%14

Triadic Colors of #2fa8db

#2fa8db #db2fa8 #a8db2f

Analogous Colors of #2fa8db

#2fa8db #2f52db #2fdbb8

Monochromatic Colors of #2fa8db

#2fa8db

Complementary Color

#2fa8db #db622f

#2fa8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fa8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fa8db Color CSS Codes

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

#2fa8db Text Font Color

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

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


#2fa8db Background Color

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

This div background color is #2fa8db


#2fa8db Border Color

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

This div border color is #2fa8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fa8db


Comments

No comments written yet.

Please login to write comment.