Color Hex Logo

#2facab Color Hex

#2FACAB
(47,172,171)
0 Favorites   0 Comments

Color spaces of #2facab

RGB 47172171
HSL0.500.570.43
HSV180°73°67°
CMYK 0.730.000.01   0.33
XYZ23.275533.049743.6806
Yxy33.04970.23270.3305
Hunter Lab57.4889-28.3363-4.8069
CIE-Lab64.2011-32.8776-9.2270

#2facab color RGB value is (47,172,171).

#2facab hex color red value is 47, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2facab hue: 0.50 , saturation: 0.57 and the lightness value of 2facab is 0.43.

The process color (four color CMYK) of #2facab color hex is 0.73, 0.00, 0.01, 0.33. Web safe color of #2facab is #339999. Color #2facab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101100 10101011
Octal 57 254 253
Decimal 47 172 171
Hex 2F AC AB

RGB Percentages of Color #2facab

%12.05
%44.10
%43.85

CMYK Percentages of Color #2facab

%73
%0
%1
%33

Triadic Colors of #2facab

#2facab #ab2fac #acab2f

Analogous Colors of #2facab

#2facab #2f6fac #2fac6d

Monochromatic Colors of #2facab

#2facab

Complementary Color

#2facab #ac2f30

#2facab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2facab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2facab Color CSS Codes

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

#2facab Text Font Color

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

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


#2facab Background Color

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

This div background color is #2facab


#2facab Border Color

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

This div border color is #2facab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2facab


Comments

No comments written yet.

Please login to write comment.