Color Hex Logo

#3faade Color Hex

#3FAADE
(63,170,222)
0 Favorites   0 Comments

Color spaces of #3faade

RGB 63170222
HSL0.550.710.56
HSV200°72°87°
CMYK 0.720.230.00   0.13
XYZ29.609435.080174.3178
Yxy35.08010.21300.2524
Hunter Lab59.2285-14.4143-32.9351
CIE-Lab65.8110-13.6850-35.0391

#3faade color RGB value is (63,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101010 11011110
Octal 77 252 336
Decimal 63 170 222
Hex 3F AA DE

RGB Percentages of Color #3faade

%13.85
%37.36
%48.79

CMYK Percentages of Color #3faade

%72
%23
%0
%13

Triadic Colors of #3faade

#3faade #de3faa #aade3f

Analogous Colors of #3faade

#3faade #3f5bde #3fdec3

Monochromatic Colors of #3faade

#3faade

Complementary Color

#3faade #de733f

#3faade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faade Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faade Color CSS Codes

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

#3faade Text Font Color

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

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


#3faade Background Color

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

This div background color is #3faade


#3faade Border Color

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

This div border color is #3faade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,170,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 #3faade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faade


Comments

No comments written yet.

Please login to write comment.