Color Hex Logo

#3fb2af Color Hex

#3FB2AF
(63,178,175)
0 Favorites   0 Comments

Color spaces of #3fb2af

RGB 63178175
HSL0.500.480.47
HSV178°65°70°
CMYK 0.650.000.02   0.30
XYZ25.708235.992746.1498
Yxy35.99270.23840.3337
Hunter Lab59.9939-28.4997-3.6126
CIE-Lab66.5143-32.3092-7.9673

#3fb2af color RGB value is (63,178,175).

#3fb2af hex color red value is 63, green value is 178 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3fb2af hue: 0.50 , saturation: 0.48 and the lightness value of 3fb2af is 0.47.

The process color (four color CMYK) of #3fb2af color hex is 0.65, 0.00, 0.02, 0.30. Web safe color of #3fb2af is #339999. Color #3fb2af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10110010 10101111
Octal 77 262 257
Decimal 63 178 175
Hex 3F B2 AF

RGB Percentages of Color #3fb2af

%15.14
%42.79
%42.07

CMYK Percentages of Color #3fb2af

%65
%0
%2
%30

Triadic Colors of #3fb2af

#3fb2af #af3fb2 #b2af3f

Analogous Colors of #3fb2af

#3fb2af #3f7cb2 #3fb276

Monochromatic Colors of #3fb2af

#3fb2af

Complementary Color

#3fb2af #b23f42

#3fb2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fb2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fb2af Color CSS Codes

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

#3fb2af Text Font Color

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

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


#3fb2af Background Color

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

This div background color is #3fb2af


#3fb2af Border Color

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

This div border color is #3fb2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fb2af


Comments

No comments written yet.

Please login to write comment.