Color Hex Logo

#2f92ad Color Hex

#2F92AD
(47,146,173)
0 Favorites   0 Comments

Color spaces of #2f92ad

RGB 47146173
HSL0.540.570.43
HSV193°73°68°
CMYK 0.730.160.00   0.32
XYZ18.994024.179243.2011
Yxy24.17920.21990.2799
Hunter Lab49.1723-17.1017-17.6695
CIE-Lab56.2668-19.1719-22.3652

#2f92ad color RGB value is (47,146,173).

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

The process color (four color CMYK) of #2f92ad color hex is 0.73, 0.16, 0.00, 0.32. Web safe color of #2f92ad is #339999. Color #2f92ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10010010 10101101
Octal 57 222 255
Decimal 47 146 173
Hex 2F 92 AD

RGB Percentages of Color #2f92ad

%12.84
%39.89
%47.27

CMYK Percentages of Color #2f92ad

%73
%16
%0
%32

Triadic Colors of #2f92ad

#2f92ad #ad2f92 #92ad2f

Analogous Colors of #2f92ad

#2f92ad #2f53ad #2fad89

Monochromatic Colors of #2f92ad

#2f92ad

Complementary Color

#2f92ad #ad4a2f

#2f92ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f92ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f92ad Color CSS Codes

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

#2f92ad Text Font Color

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

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


#2f92ad Background Color

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

This div background color is #2f92ad


#2f92ad Border Color

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

This div border color is #2f92ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f92ad


Comments

No comments written yet.

Please login to write comment.