Color Hex Logo

#3fccb3 Color Hex

#3FCCB3
(63,204,179)
0 Favorites   0 Comments

Color spaces of #3fccb3

RGB 63204179
HSL0.470.580.52
HSV169°69°80°
CMYK 0.690.000.12   0.20
XYZ31.779447.497250.1407
Yxy47.49720.24560.3670
Hunter Lab68.9182-38.29745.1070
CIE-Lab74.5067-43.08071.6012

#3fccb3 color RGB value is (63,204,179).

#3fccb3 hex color red value is 63, green value is 204 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #3fccb3 hue: 0.47 , saturation: 0.58 and the lightness value of 3fccb3 is 0.52.

The process color (four color CMYK) of #3fccb3 color hex is 0.69, 0.00, 0.12, 0.20. Web safe color of #3fccb3 is #33cccc. Color #3fccb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001100 10110011
Octal 77 314 263
Decimal 63 204 179
Hex 3F CC B3

RGB Percentages of Color #3fccb3

%14.13
%45.74
%40.13

CMYK Percentages of Color #3fccb3

%69
%0
%12
%20

Triadic Colors of #3fccb3

#3fccb3 #b33fcc #ccb33f

Analogous Colors of #3fccb3

#3fccb3 #3f9fcc #3fcc6d

Monochromatic Colors of #3fccb3

#3fccb3

Complementary Color

#3fccb3 #cc3f58

#3fccb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fccb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fccb3 Color CSS Codes

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

#3fccb3 Text Font Color

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

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


#3fccb3 Background Color

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

This div background color is #3fccb3


#3fccb3 Border Color

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

This div border color is #3fccb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fccb3


Comments

No comments written yet.

Please login to write comment.