Color Hex Logo

#3faccc Color Hex

#3FACCC
(63,172,204)
0 Favorites   0 Comments

Color spaces of #3faccc

RGB 63172204
HSL0.540.580.52
HSV194°69°80°
CMYK 0.690.160.00   0.20
XYZ27.701534.921462.4072
Yxy34.92140.22160.2793
Hunter Lab59.0943-19.7401-21.2478
CIE-Lab65.6874-20.5948-25.2922

#3faccc color RGB value is (63,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101100 11001100
Octal 77 254 314
Decimal 63 172 204
Hex 3F AC CC

RGB Percentages of Color #3faccc

%14.35
%39.18
%46.47

CMYK Percentages of Color #3faccc

%69
%16
%0
%20

Triadic Colors of #3faccc

#3faccc #cc3fac #accc3f

Analogous Colors of #3faccc

#3faccc #3f66cc #3fcca6

Monochromatic Colors of #3faccc

#3faccc

Complementary Color

#3faccc #cc5f3f

#3faccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faccc Color CSS Codes

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

#3faccc Text Font Color

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

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


#3faccc Background Color

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

This div background color is #3faccc


#3faccc Border Color

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

This div border color is #3faccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faccc


Comments

No comments written yet.

Please login to write comment.