Color Hex Logo

#2faadb Color Hex

#2FAADB
(47,170,219)
0 Favorites   0 Comments

Color spaces of #2faadb

RGB 47170219
HSL0.550.700.52
HSV197°79°86°
CMYK 0.790.220.00   0.14
XYZ28.333234.468372.1776
Yxy34.46830.20990.2554
Hunter Lab58.7097-16.5982-31.7942
CIE-Lab65.3326-16.5644-34.1571

#2faadb color RGB value is (47,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101010 11011011
Octal 57 252 333
Decimal 47 170 219
Hex 2F AA DB

RGB Percentages of Color #2faadb

%10.78
%38.99
%50.23

CMYK Percentages of Color #2faadb

%79
%22
%0
%14

Triadic Colors of #2faadb

#2faadb #db2faa #aadb2f

Analogous Colors of #2faadb

#2faadb #2f54db #2fdbb6

Monochromatic Colors of #2faadb

#2faadb

Complementary Color

#2faadb #db602f

#2faadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2faadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2faadb Color CSS Codes

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

#2faadb Text Font Color

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

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


#2faadb Background Color

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

This div background color is #2faadb


#2faadb Border Color

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

This div border color is #2faadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2faadb


Comments

No comments written yet.

Please login to write comment.