Color Hex Logo

#3fafd1 Color Hex

#3FAFD1
(63,175,209)
0 Favorites   0 Comments

Color spaces of #3fafd1

RGB 63175209
HSL0.540.610.53
HSV194°70°82°
CMYK 0.700.160.00   0.18
XYZ28.888536.320265.8095
Yxy36.32020.22050.2772
Hunter Lab60.2662-19.9023-22.5571
CIE-Lab66.7639-20.5657-26.4021

#3fafd1 color RGB value is (63,175,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101111 11010001
Octal 77 257 321
Decimal 63 175 209
Hex 3F AF D1

RGB Percentages of Color #3fafd1

%14.09
%39.15
%46.76

CMYK Percentages of Color #3fafd1

%70
%16
%0
%18

Triadic Colors of #3fafd1

#3fafd1 #d13faf #afd13f

Analogous Colors of #3fafd1

#3fafd1 #3f66d1 #3fd1aa

Monochromatic Colors of #3fafd1

#3fafd1

Complementary Color

#3fafd1 #d1613f

#3fafd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fafd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fafd1 Color CSS Codes

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

#3fafd1 Text Font Color

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

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


#3fafd1 Background Color

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

This div background color is #3fafd1


#3fafd1 Border Color

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

This div border color is #3fafd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fafd1


Comments

No comments written yet.

Please login to write comment.