Color Hex Logo

#3fadde Color Hex

#3FADDE
(63,173,222)
0 Favorites   0 Comments

Color spaces of #3fadde

RGB 63173222
HSL0.550.710.56
HSV198°72°87°
CMYK 0.720.220.00   0.13
XYZ30.178336.217874.5074
Yxy36.21780.21420.2570
Hunter Lab60.1812-15.8071-31.2772
CIE-Lab66.6860-15.2996-33.6801

#3fadde color RGB value is (63,173,222).

#3fadde hex color red value is 63, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3fadde hue: 0.55 , saturation: 0.71 and the lightness value of 3fadde is 0.56.

The process color (four color CMYK) of #3fadde color hex is 0.72, 0.22, 0.00, 0.13. Web safe color of #3fadde is #3399cc. Color #3fadde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101101 11011110
Octal 77 255 336
Decimal 63 173 222
Hex 3F AD DE

RGB Percentages of Color #3fadde

%13.76
%37.77
%48.47

CMYK Percentages of Color #3fadde

%72
%22
%0
%13

Triadic Colors of #3fadde

#3fadde #de3fad #adde3f

Analogous Colors of #3fadde

#3fadde #3f5ede #3fdec0

Monochromatic Colors of #3fadde

#3fadde

Complementary Color

#3fadde #de703f

#3fadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fadde Color CSS Codes

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

#3fadde Text Font Color

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

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


#3fadde Background Color

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

This div background color is #3fadde


#3fadde Border Color

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

This div border color is #3fadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fadde


Comments

No comments written yet.

Please login to write comment.