Color Hex Logo

#3fabbb Color Hex

#3FABBB
(63,171,187)
0 Favorites   0 Comments

Color spaces of #3fabbb

RGB 63171187
HSL0.520.500.49
HSV188°66°73°
CMYK 0.660.090.00   0.27
XYZ25.582433.770452.1837
Yxy33.77040.22940.3028
Hunter Lab58.1123-23.1166-12.5626
CIE-Lab64.7799-25.3615-17.2389

#3fabbb color RGB value is (63,171,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101011 10111011
Octal 77 253 273
Decimal 63 171 187
Hex 3F AB BB

RGB Percentages of Color #3fabbb

%14.96
%40.62
%44.42

CMYK Percentages of Color #3fabbb

%66
%9
%0
%27

Triadic Colors of #3fabbb

#3fabbb #bb3fab #abbb3f

Analogous Colors of #3fabbb

#3fabbb #3f6dbb #3fbb8d

Monochromatic Colors of #3fabbb

#3fabbb

Complementary Color

#3fabbb #bb4f3f

#3fabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fabbb Color CSS Codes

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

#3fabbb Text Font Color

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

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


#3fabbb Background Color

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

This div background color is #3fabbb


#3fabbb Border Color

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

This div border color is #3fabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fabbb


Comments

No comments written yet.

Please login to write comment.