Color Hex Logo

#3fadfc Color Hex

#3FADFC
(63,173,252)
0 Favorites   0 Comments

Color spaces of #3fadfc

RGB 63173252
HSL0.570.970.62
HSV205°75°99°
CMYK 0.750.310.00   0.01
XYZ34.564237.972297.6031
Yxy37.97220.20320.2232
Hunter Lab61.6216-7.7152-50.7750
CIE-Lab68.0001-5.1809-48.0125

#3fadfc color RGB value is (63,173,252).

#3fadfc hex color red value is 63, green value is 173 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3fadfc hue: 0.57 , saturation: 0.97 and the lightness value of 3fadfc is 0.62.

The process color (four color CMYK) of #3fadfc color hex is 0.75, 0.31, 0.00, 0.01. Web safe color of #3fadfc is #3399ff. Color #3fadfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101101 11111100
Octal 77 255 374
Decimal 63 173 252
Hex 3F AD FC

RGB Percentages of Color #3fadfc

%12.91
%35.45
%51.64

CMYK Percentages of Color #3fadfc

%75
%31
%0
%1

Triadic Colors of #3fadfc

#3fadfc #fc3fad #adfc3f

Analogous Colors of #3fadfc

#3fadfc #3f4efc #3ffced

Monochromatic Colors of #3fadfc

#3fadfc

Complementary Color

#3fadfc #fc8e3f

#3fadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fadfc Color CSS Codes

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

#3fadfc Text Font Color

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

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


#3fadfc Background Color

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

This div background color is #3fadfc


#3fadfc Border Color

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

This div border color is #3fadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fadfc


Comments

No comments written yet.

Please login to write comment.