Color Hex Logo

#3faeaf Color Hex

#3FAEAF
(63,174,175)
0 Favorites   0 Comments

Color spaces of #3faeaf

RGB 63174175
HSL0.500.470.47
HSV181°64°69°
CMYK 0.640.010.00   0.31
XYZ24.923834.424045.8883
Yxy34.42400.23680.3271
Hunter Lab58.6720-26.8493-5.3013
CIE-Lab65.2977-30.3879-9.7806

#3faeaf color RGB value is (63,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101110 10101111
Octal 77 256 257
Decimal 63 174 175
Hex 3F AE AF

RGB Percentages of Color #3faeaf

%15.29
%42.23
%42.48

CMYK Percentages of Color #3faeaf

%64
%1
%0
%31

Triadic Colors of #3faeaf

#3faeaf #af3fae #aeaf3f

Analogous Colors of #3faeaf

#3faeaf #3f76af #3faf78

Monochromatic Colors of #3faeaf

#3faeaf

Complementary Color

#3faeaf #af403f

#3faeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faeaf Color CSS Codes

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

#3faeaf Text Font Color

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

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


#3faeaf Background Color

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

This div background color is #3faeaf


#3faeaf Border Color

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

This div border color is #3faeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faeaf


Comments

No comments written yet.

Please login to write comment.