Color Hex Logo

#2f6aac Color Hex

#2F6AAC
(47,106,172)
0 Favorites   0 Comments

Color spaces of #2f6aac

RGB 47106172
HSL0.590.570.43
HSV212°73°67°
CMYK 0.730.380.00   0.33
XYZ13.772713.891040.9850
Yxy13.89100.20060.2023
Hunter Lab37.27060.7379-39.1094
CIE-Lab44.07623.6723-40.8262

#2f6aac color RGB value is (47,106,172).

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

The process color (four color CMYK) of #2f6aac color hex is 0.73, 0.38, 0.00, 0.33. Web safe color of #2f6aac is #336699. Color #2f6aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01101010 10101100
Octal 57 152 254
Decimal 47 106 172
Hex 2F 6A AC

RGB Percentages of Color #2f6aac

%14.46
%32.62
%52.92

CMYK Percentages of Color #2f6aac

%73
%38
%0
%33

Triadic Colors of #2f6aac

#2f6aac #ac2f6a #6aac2f

Analogous Colors of #2f6aac

#2f6aac #332fac #2fa9ac

Monochromatic Colors of #2f6aac

#2f6aac

Complementary Color

#2f6aac #ac712f

#2f6aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f6aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f6aac Color CSS Codes

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

#2f6aac Text Font Color

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

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


#2f6aac Background Color

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

This div background color is #2f6aac


#2f6aac Border Color

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

This div border color is #2f6aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f6aac


Comments

No comments written yet.

Please login to write comment.