Color Hex Logo

#3fabae Color Hex

#3FABAE
(63,171,174)
0 Favorites   0 Comments

Color spaces of #3fabae

RGB 63171174
HSL0.500.470.46
HSV182°64°68°
CMYK 0.640.020.00   0.32
XYZ24.252833.238645.1818
Yxy33.23860.23620.3237
Hunter Lab57.6529-25.8032-6.1077
CIE-Lab64.3536-29.2167-10.6348

#3fabae color RGB value is (63,171,174).

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

The process color (four color CMYK) of #3fabae color hex is 0.64, 0.02, 0.00, 0.32. Web safe color of #3fabae is #339999. Color #3fabae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101011 10101110
Octal 77 253 256
Decimal 63 171 174
Hex 3F AB AE

RGB Percentages of Color #3fabae

%15.44
%41.91
%42.65

CMYK Percentages of Color #3fabae

%64
%2
%0
%32

Triadic Colors of #3fabae

#3fabae #ae3fab #abae3f

Analogous Colors of #3fabae

#3fabae #3f74ae #3fae7a

Monochromatic Colors of #3fabae

#3fabae

Complementary Color

#3fabae #ae423f

#3fabae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fabae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fabae Color CSS Codes

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

#3fabae Text Font Color

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

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


#3fabae Background Color

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

This div background color is #3fabae


#3fabae Border Color

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

This div border color is #3fabae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fabae

#3fabae Color Palettes


Comments

No comments written yet.

Please login to write comment.