Color Hex Logo

#2facc3 Color Hex

#2FACC3
(47,172,195)
0 Favorites   0 Comments

Color spaces of #2facc3

RGB 47172195
HSL0.530.610.47
HSV189°76°76°
CMYK 0.760.120.00   0.24
XYZ25.775134.049556.8435
Yxy34.04950.22090.2918
Hunter Lab58.3519-23.2693-16.9109
CIE-Lab65.0018-25.5095-21.3828

#2facc3 color RGB value is (47,172,195).

#2facc3 hex color red value is 47, green value is 172 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #2facc3 hue: 0.53 , saturation: 0.61 and the lightness value of 2facc3 is 0.47.

The process color (four color CMYK) of #2facc3 color hex is 0.76, 0.12, 0.00, 0.24. Web safe color of #2facc3 is #3399cc. Color #2facc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101100 11000011
Octal 57 254 303
Decimal 47 172 195
Hex 2F AC C3

RGB Percentages of Color #2facc3

%11.35
%41.55
%47.10

CMYK Percentages of Color #2facc3

%76
%12
%0
%24

Triadic Colors of #2facc3

#2facc3 #c32fac #acc32f

Analogous Colors of #2facc3

#2facc3 #2f62c3 #2fc390

Monochromatic Colors of #2facc3

#2facc3

Complementary Color

#2facc3 #c3462f

#2facc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2facc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2facc3 Color CSS Codes

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

#2facc3 Text Font Color

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

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


#2facc3 Background Color

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

This div background color is #2facc3


#2facc3 Border Color

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

This div border color is #2facc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2facc3


Comments

No comments written yet.

Please login to write comment.