Color Hex Logo

#3facce Color Hex

#3FACCE
(63,172,206)
0 Favorites   0 Comments

Color spaces of #3facce

RGB 63172206
HSL0.540.590.53
HSV194°69°81°
CMYK 0.690.170.00   0.19
XYZ27.943035.018063.6789
Yxy35.01800.22060.2765
Hunter Lab59.1760-19.2700-22.3784
CIE-Lab65.7627-19.9586-26.2833

#3facce color RGB value is (63,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101100 11001110
Octal 77 254 316
Decimal 63 172 206
Hex 3F AC CE

RGB Percentages of Color #3facce

%14.29
%39.00
%46.71

CMYK Percentages of Color #3facce

%69
%17
%0
%19

Triadic Colors of #3facce

#3facce #ce3fac #acce3f

Analogous Colors of #3facce

#3facce #3f65ce #3fcea9

Monochromatic Colors of #3facce

#3facce

Complementary Color

#3facce #ce613f

#3facce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3facce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3facce Color CSS Codes

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

#3facce Text Font Color

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

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


#3facce Background Color

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

This div background color is #3facce


#3facce Border Color

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

This div border color is #3facce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3facce


Comments

No comments written yet.

Please login to write comment.