Color Hex Logo

#2fabaf Color Hex

#2FABAF
(47,171,175)
0 Favorites   0 Comments

Color spaces of #2fabaf

RGB 47171175
HSL0.510.580.44
HSV182°73°69°
CMYK 0.730.020.00   0.31
XYZ23.473132.825345.6562
Yxy32.82530.23020.3220
Hunter Lab57.2934-27.1319-7.1419
CIE-Lab64.0192-31.2107-11.7318

#2fabaf color RGB value is (47,171,175).

#2fabaf hex color red value is 47, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2fabaf hue: 0.51 , saturation: 0.58 and the lightness value of 2fabaf is 0.44.

The process color (four color CMYK) of #2fabaf color hex is 0.73, 0.02, 0.00, 0.31. Web safe color of #2fabaf is #339999. Color #2fabaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101011 10101111
Octal 57 253 257
Decimal 47 171 175
Hex 2F AB AF

RGB Percentages of Color #2fabaf

%11.96
%43.51
%44.53

CMYK Percentages of Color #2fabaf

%73
%2
%0
%31

Triadic Colors of #2fabaf

#2fabaf #af2fab #abaf2f

Analogous Colors of #2fabaf

#2fabaf #2f6baf #2faf73

Monochromatic Colors of #2fabaf

#2fabaf

Complementary Color

#2fabaf #af332f

#2fabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fabaf Color CSS Codes

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

#2fabaf Text Font Color

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

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


#2fabaf Background Color

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

This div background color is #2fabaf


#2fabaf Border Color

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

This div border color is #2fabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fabaf


Comments

No comments written yet.

Please login to write comment.