Color Hex Logo

#3fabbf Color Hex

#3FABBF
(63,171,191)
0 Favorites   0 Comments

Color spaces of #3fabbf

RGB 63171191
HSL0.530.500.50
HSV189°67°75°
CMYK 0.670.100.00   0.25
XYZ26.016833.944254.4709
Yxy33.94420.22740.2966
Hunter Lab58.2617-22.2485-14.6492
CIE-Lab64.9183-24.1408-19.2544

#3fabbf color RGB value is (63,171,191).

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

The process color (four color CMYK) of #3fabbf color hex is 0.67, 0.10, 0.00, 0.25. Web safe color of #3fabbf is #3399cc. Color #3fabbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101011 10111111
Octal 77 253 277
Decimal 63 171 191
Hex 3F AB BF

RGB Percentages of Color #3fabbf

%14.82
%40.24
%44.94

CMYK Percentages of Color #3fabbf

%67
%10
%0
%25

Triadic Colors of #3fabbf

#3fabbf #bf3fab #abbf3f

Analogous Colors of #3fabbf

#3fabbf #3f6bbf #3fbf93

Monochromatic Colors of #3fabbf

#3fabbf

Complementary Color

#3fabbf #bf533f

#3fabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fabbf Color CSS Codes

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

#3fabbf Text Font Color

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

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


#3fabbf Background Color

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

This div background color is #3fabbf


#3fabbf Border Color

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

This div border color is #3fabbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,171,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fabbf


Comments

No comments written yet.

Please login to write comment.