Color Hex Logo

#3faabe Color Hex

#3FAABE
(63,170,190)
0 Favorites   0 Comments

Color spaces of #3faabe

RGB 63170190
HSL0.530.500.50
HSV189°67°75°
CMYK 0.670.110.00   0.25
XYZ25.718933.523953.8304
Yxy33.52390.22750.2965
Hunter Lab57.8998-22.0356-14.5930
CIE-Lab64.5829-23.9391-19.2079

#3faabe color RGB value is (63,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101010 10111110
Octal 77 252 276
Decimal 63 170 190
Hex 3F AA BE

RGB Percentages of Color #3faabe

%14.89
%40.19
%44.92

CMYK Percentages of Color #3faabe

%67
%11
%0
%25

Triadic Colors of #3faabe

#3faabe #be3faa #aabe3f

Analogous Colors of #3faabe

#3faabe #3f6bbe #3fbe93

Monochromatic Colors of #3faabe

#3faabe

Complementary Color

#3faabe #be533f

#3faabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faabe Color CSS Codes

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

#3faabe Text Font Color

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

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


#3faabe Background Color

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

This div background color is #3faabe


#3faabe Border Color

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

This div border color is #3faabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faabe


Comments

No comments written yet.

Please login to write comment.