Color Hex Logo

#3fcfbc Color Hex

#3FCFBC
(63,207,188)
0 Favorites   0 Comments

Color spaces of #3fcfbc

RGB 63207188
HSL0.480.600.53
HSV172°70°81°
CMYK 0.700.000.09   0.19
XYZ33.439849.313255.3329
Yxy49.31320.24220.3571
Hunter Lab70.2234-37.89062.4385
CIE-Lab75.6458-42.0489-1.5919

#3fcfbc color RGB value is (63,207,188).

#3fcfbc hex color red value is 63, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3fcfbc hue: 0.48 , saturation: 0.60 and the lightness value of 3fcfbc is 0.53.

The process color (four color CMYK) of #3fcfbc color hex is 0.70, 0.00, 0.09, 0.19. Web safe color of #3fcfbc is #33cccc. Color #3fcfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001111 10111100
Octal 77 317 274
Decimal 63 207 188
Hex 3F CF BC

RGB Percentages of Color #3fcfbc

%13.76
%45.20
%41.05

CMYK Percentages of Color #3fcfbc

%70
%0
%9
%19

Triadic Colors of #3fcfbc

#3fcfbc #bc3fcf #cfbc3f

Analogous Colors of #3fcfbc

#3fcfbc #3f9acf #3fcf74

Monochromatic Colors of #3fcfbc

#3fcfbc

Complementary Color

#3fcfbc #cf3f52

#3fcfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcfbc Color CSS Codes

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

#3fcfbc Text Font Color

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

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


#3fcfbc Background Color

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

This div background color is #3fcfbc


#3fcfbc Border Color

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

This div border color is #3fcfbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,207,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 #3fcfbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcfbc


Comments

No comments written yet.

Please login to write comment.