Color Hex Logo

#3faacb Color Hex

#3FAACB
(63,170,203)
0 Favorites   0 Comments

Color spaces of #3faacb

RGB 63170203
HSL0.540.570.52
HSV194°69°80°
CMYK 0.690.160.00   0.20
XYZ27.204134.118061.6515
Yxy34.11800.22120.2774
Hunter Lab58.4106-19.0842-21.6922
CIE-Lab65.0561-19.8698-25.7074

#3faacb color RGB value is (63,170,203).

#3faacb hex color red value is 63, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3faacb hue: 0.54 , saturation: 0.57 and the lightness value of 3faacb is 0.52.

The process color (four color CMYK) of #3faacb color hex is 0.69, 0.16, 0.00, 0.20. Web safe color of #3faacb is #3399cc. Color #3faacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101010 11001011
Octal 77 252 313
Decimal 63 170 203
Hex 3F AA CB

RGB Percentages of Color #3faacb

%14.45
%38.99
%46.56

CMYK Percentages of Color #3faacb

%69
%16
%0
%20

Triadic Colors of #3faacb

#3faacb #cb3faa #aacb3f

Analogous Colors of #3faacb

#3faacb #3f64cb #3fcba6

Monochromatic Colors of #3faacb

#3faacb

Complementary Color

#3faacb #cb603f

#3faacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faacb Color CSS Codes

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

#3faacb Text Font Color

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

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


#3faacb Background Color

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

This div background color is #3faacb


#3faacb Border Color

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

This div border color is #3faacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faacb


Comments

No comments written yet.

Please login to write comment.