Color Hex Logo

#3faecc Color Hex

#3FAECC
(63,174,204)
0 Favorites   0 Comments

Color spaces of #3faecc

RGB 63174204
HSL0.540.580.52
HSV193°69°80°
CMYK 0.690.150.00   0.20
XYZ28.085035.688562.5351
Yxy35.68850.22240.2826
Hunter Lab59.7399-20.6280-20.2463
CIE-Lab66.2812-21.6315-24.3818

#3faecc color RGB value is (63,174,204).

#3faecc hex color red value is 63, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3faecc hue: 0.54 , saturation: 0.58 and the lightness value of 3faecc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101110 11001100
Octal 77 256 314
Decimal 63 174 204
Hex 3F AE CC

RGB Percentages of Color #3faecc

%14.29
%39.46
%46.26

CMYK Percentages of Color #3faecc

%69
%15
%0
%20

Triadic Colors of #3faecc

#3faecc #cc3fae #aecc3f

Analogous Colors of #3faecc

#3faecc #3f68cc #3fcca4

Monochromatic Colors of #3faecc

#3faecc

Complementary Color

#3faecc #cc5d3f

#3faecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faecc Color CSS Codes

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

#3faecc Text Font Color

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

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


#3faecc Background Color

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

This div background color is #3faecc


#3faecc Border Color

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

This div border color is #3faecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faecc


Comments

No comments written yet.

Please login to write comment.