Color Hex Logo

#3fa7bb Color Hex

#3FA7BB
(63,167,187)
0 Favorites   0 Comments

Color spaces of #3fa7bb

RGB 63167187
HSL0.530.500.49
HSV190°66°73°
CMYK 0.660.110.00   0.27
XYZ24.838332.282151.9357
Yxy32.28210.22780.2960
Hunter Lab56.8173-21.3972-14.4238
CIE-Lab63.5754-23.3302-19.0674

#3fa7bb color RGB value is (63,167,187).

#3fa7bb hex color red value is 63, green value is 167 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3fa7bb hue: 0.53 , saturation: 0.50 and the lightness value of 3fa7bb is 0.49.

The process color (four color CMYK) of #3fa7bb color hex is 0.66, 0.11, 0.00, 0.27. Web safe color of #3fa7bb is #3399cc. Color #3fa7bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10100111 10111011
Octal 77 247 273
Decimal 63 167 187
Hex 3F A7 BB

RGB Percentages of Color #3fa7bb

%15.11
%40.05
%44.84

CMYK Percentages of Color #3fa7bb

%66
%11
%0
%27

Triadic Colors of #3fa7bb

#3fa7bb #bb3fa7 #a7bb3f

Analogous Colors of #3fa7bb

#3fa7bb #3f69bb #3fbb91

Monochromatic Colors of #3fa7bb

#3fa7bb

Complementary Color

#3fa7bb #bb533f

#3fa7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fa7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fa7bb Color CSS Codes

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

#3fa7bb Text Font Color

<p style="color:#3fa7bb">Text here</p>

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


#3fa7bb Background Color

<div style="background-color:#3fa7bb">
Div content here</div>

This div background color is #3fa7bb


#3fa7bb Border Color

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

This div border color is #3fa7bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,167,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 #3fa7bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fa7bb


Comments

No comments written yet.

Please login to write comment.