Color Hex Logo

#3facbc Color Hex

#3FACBC
(63,172,188)
0 Favorites   0 Comments

Color spaces of #3facbc

RGB 63172188
HSL0.520.500.49
HSV188°66°74°
CMYK 0.660.090.00   0.26
XYZ25.879534.192652.8128
Yxy34.19260.22930.3029
Hunter Lab58.4744-23.3301-12.6173
CIE-Lab65.1152-25.5616-17.2873

#3facbc color RGB value is (63,172,188).

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

The process color (four color CMYK) of #3facbc color hex is 0.66, 0.09, 0.00, 0.26. Web safe color of #3facbc is #3399cc. Color #3facbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101100 10111100
Octal 77 254 274
Decimal 63 172 188
Hex 3F AC BC

RGB Percentages of Color #3facbc

%14.89
%40.66
%44.44

CMYK Percentages of Color #3facbc

%66
%9
%0
%26

Triadic Colors of #3facbc

#3facbc #bc3fac #acbc3f

Analogous Colors of #3facbc

#3facbc #3f6ebc #3fbc8e

Monochromatic Colors of #3facbc

#3facbc

Complementary Color

#3facbc #bc4f3f

#3facbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3facbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3facbc Color CSS Codes

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

#3facbc Text Font Color

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

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


#3facbc Background Color

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

This div background color is #3facbc


#3facbc Border Color

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

This div border color is #3facbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3facbc


Comments

No comments written yet.

Please login to write comment.