Color Hex Logo

#2f8bac Color Hex

#2F8BAC
(47,139,172)
0 Favorites   0 Comments

Color spaces of #2f8bac

RGB 47139172
HSL0.540.570.43
HSV196°73°67°
CMYK 0.730.190.00   0.33
XYZ17.851322.048142.3446
Yxy22.04810.21710.2681
Hunter Lab46.9554-14.3106-20.5992
CIE-Lab54.0780-15.7214-25.1612

#2f8bac color RGB value is (47,139,172).

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

The process color (four color CMYK) of #2f8bac color hex is 0.73, 0.19, 0.00, 0.33. Web safe color of #2f8bac is #339999. Color #2f8bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10001011 10101100
Octal 57 213 254
Decimal 47 139 172
Hex 2F 8B AC

RGB Percentages of Color #2f8bac

%13.13
%38.83
%48.04

CMYK Percentages of Color #2f8bac

%73
%19
%0
%33

Triadic Colors of #2f8bac

#2f8bac #ac2f8b #8bac2f

Analogous Colors of #2f8bac

#2f8bac #2f4dac #2fac8f

Monochromatic Colors of #2f8bac

#2f8bac

Complementary Color

#2f8bac #ac502f

#2f8bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f8bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f8bac Color CSS Codes

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

#2f8bac Text Font Color

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

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


#2f8bac Background Color

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

This div background color is #2f8bac


#2f8bac Border Color

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

This div border color is #2f8bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f8bac


Comments

No comments written yet.

Please login to write comment.