Color Hex Logo

#3faacd Color Hex

#3FAACD
(63,170,205)
0 Favorites   0 Comments

Color spaces of #3faacd

RGB 63170205
HSL0.540.590.53
HSV195°69°80°
CMYK 0.690.170.00   0.20
XYZ27.444134.214062.9151
Yxy34.21400.22030.2746
Hunter Lab58.4927-18.6122-22.8277
CIE-Lab65.1321-19.2310-26.6992

#3faacd color RGB value is (63,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101010 11001101
Octal 77 252 315
Decimal 63 170 205
Hex 3F AA CD

RGB Percentages of Color #3faacd

%14.38
%38.81
%46.80

CMYK Percentages of Color #3faacd

%69
%17
%0
%20

Triadic Colors of #3faacd

#3faacd #cd3faa #aacd3f

Analogous Colors of #3faacd

#3faacd #3f63cd #3fcda9

Monochromatic Colors of #3faacd

#3faacd

Complementary Color

#3faacd #cd623f

#3faacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faacd Color CSS Codes

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

#3faacd Text Font Color

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

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


#3faacd Background Color

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

This div background color is #3faacd


#3faacd Border Color

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

This div border color is #3faacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faacd


Comments

No comments written yet.

Please login to write comment.