Color Hex Logo

#3fbdb0 Color Hex

#3FBDB0
(63,189,176)
0 Favorites   0 Comments

Color spaces of #3fbdb0

RGB 63189176
HSL0.480.500.49
HSV174°67°74°
CMYK 0.670.000.07   0.26
XYZ28.084040.586547.4281
Yxy40.58650.24190.3496
Hunter Lab63.7075-32.80060.4559
CIE-Lab69.8852-37.1700-3.5299

#3fbdb0 color RGB value is (63,189,176).

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

The process color (four color CMYK) of #3fbdb0 color hex is 0.67, 0.00, 0.07, 0.26. Web safe color of #3fbdb0 is #33cc99. Color #3fbdb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111101 10110000
Octal 77 275 260
Decimal 63 189 176
Hex 3F BD B0

RGB Percentages of Color #3fbdb0

%14.72
%44.16
%41.12

CMYK Percentages of Color #3fbdb0

%67
%0
%7
%26

Triadic Colors of #3fbdb0

#3fbdb0 #b03fbd #bdb03f

Analogous Colors of #3fbdb0

#3fbdb0 #3f8bbd #3fbd71

Monochromatic Colors of #3fbdb0

#3fbdb0

Complementary Color

#3fbdb0 #bd3f4c

#3fbdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbdb0 Color CSS Codes

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

#3fbdb0 Text Font Color

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

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


#3fbdb0 Background Color

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

This div background color is #3fbdb0


#3fbdb0 Border Color

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

This div border color is #3fbdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbdb0


Comments

No comments written yet.

Please login to write comment.