Color Hex Logo

#3fafbd Color Hex

#3FAFBD
(63,175,189)
0 Favorites   0 Comments

Color spaces of #3fafbd

RGB 63175189
HSL0.520.500.49
HSV187°67°74°
CMYK 0.670.070.00   0.26
XYZ26.565235.390853.5751
Yxy35.39080.22990.3063
Hunter Lab59.4902-24.3990-11.7517
CIE-Lab66.0518-26.7615-16.4249

#3fafbd color RGB value is (63,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101111 10111101
Octal 77 257 275
Decimal 63 175 189
Hex 3F AF BD

RGB Percentages of Color #3fafbd

%14.75
%40.98
%44.26

CMYK Percentages of Color #3fafbd

%67
%7
%0
%26

Triadic Colors of #3fafbd

#3fafbd #bd3faf #afbd3f

Analogous Colors of #3fafbd

#3fafbd #3f70bd #3fbd8c

Monochromatic Colors of #3fafbd

#3fafbd

Complementary Color

#3fafbd #bd4d3f

#3fafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fafbd Color CSS Codes

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

#3fafbd Text Font Color

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

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


#3fafbd Background Color

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

This div background color is #3fafbd


#3fafbd Border Color

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

This div border color is #3fafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fafbd


Comments

No comments written yet.

Please login to write comment.