Color Hex Logo

#3facae Color Hex

#3FACAE
(63,172,174)
0 Favorites   0 Comments

Color spaces of #3facae

RGB 63172174
HSL0.500.470.46
HSV181°64°68°
CMYK 0.640.010.00   0.32
XYZ24.442433.617845.2450
Yxy33.61780.23660.3254
Hunter Lab57.9809-26.2181-5.6800
CIE-Lab64.6581-29.7045-10.1795

#3facae color RGB value is (63,172,174).

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

The process color (four color CMYK) of #3facae color hex is 0.64, 0.01, 0.00, 0.32. Web safe color of #3facae is #339999. Color #3facae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101100 10101110
Octal 77 254 256
Decimal 63 172 174
Hex 3F AC AE

RGB Percentages of Color #3facae

%15.40
%42.05
%42.54

CMYK Percentages of Color #3facae

%64
%1
%0
%32

Triadic Colors of #3facae

#3facae #ae3fac #acae3f

Analogous Colors of #3facae

#3facae #3f75ae #3fae79

Monochromatic Colors of #3facae

#3facae

Complementary Color

#3facae #ae413f

#3facae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3facae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3facae Color CSS Codes

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

#3facae Text Font Color

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

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


#3facae Background Color

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

This div background color is #3facae


#3facae Border Color

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

This div border color is #3facae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3facae


Comments

No comments written yet.

Please login to write comment.