Color Hex Logo

#2facdb Color Hex

#2FACDB
(47,172,219)
0 Favorites   0 Comments

Color spaces of #2facdb

RGB 47172219
HSL0.550.700.52
HSV196°79°86°
CMYK 0.790.210.00   0.14
XYZ28.711035.223972.3035
Yxy35.22390.21070.2585
Hunter Lab59.3497-17.5109-30.6859
CIE-Lab65.9226-17.6296-33.2411

#2facdb color RGB value is (47,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101100 11011011
Octal 57 254 333
Decimal 47 172 219
Hex 2F AC DB

RGB Percentages of Color #2facdb

%10.73
%39.27
%50.00

CMYK Percentages of Color #2facdb

%79
%21
%0
%14

Triadic Colors of #2facdb

#2facdb #db2fac #acdb2f

Analogous Colors of #2facdb

#2facdb #2f56db #2fdbb4

Monochromatic Colors of #2facdb

#2facdb

Complementary Color

#2facdb #db5e2f

#2facdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2facdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2facdb Color CSS Codes

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

#2facdb Text Font Color

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

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


#2facdb Background Color

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

This div background color is #2facdb


#2facdb Border Color

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

This div border color is #2facdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2facdb


Comments

No comments written yet.

Please login to write comment.