Color Hex Logo

#2fa5bb Color Hex

#2FA5BB
(47,165,187)
0 Favorites   0 Comments

Color spaces of #2fa5bb

RGB 47165187
HSL0.530.600.46
HSV189°75°73°
CMYK 0.750.120.00   0.27
XYZ23.597131.102551.7734
Yxy31.10250.22160.2921
Hunter Lab55.7696-22.0704-16.0028
CIE-Lab62.5941-24.5165-20.5963

#2fa5bb color RGB value is (47,165,187).

#2fa5bb hex color red value is 47, green value is 165 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2fa5bb hue: 0.53 , saturation: 0.60 and the lightness value of 2fa5bb is 0.46.

The process color (four color CMYK) of #2fa5bb color hex is 0.75, 0.12, 0.00, 0.27. Web safe color of #2fa5bb is #3399cc. Color #2fa5bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10100101 10111011
Octal 57 245 273
Decimal 47 165 187
Hex 2F A5 BB

RGB Percentages of Color #2fa5bb

%11.78
%41.35
%46.87

CMYK Percentages of Color #2fa5bb

%75
%12
%0
%27

Triadic Colors of #2fa5bb

#2fa5bb #bb2fa5 #a5bb2f

Analogous Colors of #2fa5bb

#2fa5bb #2f5fbb #2fbb8b

Monochromatic Colors of #2fa5bb

#2fa5bb

Complementary Color

#2fa5bb #bb452f

#2fa5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fa5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fa5bb Color CSS Codes

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

#2fa5bb Text Font Color

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

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


#2fa5bb Background Color

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

This div background color is #2fa5bb


#2fa5bb Border Color

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

This div border color is #2fa5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fa5bb


Comments

No comments written yet.

Please login to write comment.