Color Hex Logo

#2fa5be Color Hex

#2FA5BE
(47,165,190)
0 Favorites   0 Comments

Color spaces of #2fa5be

RGB 47165190
HSL0.530.600.46
HSV190°75°75°
CMYK 0.750.130.00   0.25
XYZ23.921731.232353.4828
Yxy31.23230.22020.2875
Hunter Lab55.8859-21.3941-17.6205
CIE-Lab62.7032-23.5527-22.1075

#2fa5be color RGB value is (47,165,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10100101 10111110
Octal 57 245 276
Decimal 47 165 190
Hex 2F A5 BE

RGB Percentages of Color #2fa5be

%11.69
%41.04
%47.26

CMYK Percentages of Color #2fa5be

%75
%13
%0
%25

Triadic Colors of #2fa5be

#2fa5be #be2fa5 #a5be2f

Analogous Colors of #2fa5be

#2fa5be #2f5dbe #2fbe90

Monochromatic Colors of #2fa5be

#2fa5be

Complementary Color

#2fa5be #be482f

#2fa5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fa5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fa5be Color CSS Codes

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

#2fa5be Text Font Color

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

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


#2fa5be Background Color

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

This div background color is #2fa5be


#2fa5be Border Color

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

This div border color is #2fa5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fa5be


Comments

No comments written yet.

Please login to write comment.