Color Hex Logo

#3fcaab Color Hex

#3FCAAB
(63,202,171)
0 Favorites   0 Comments

Color spaces of #3fcaab

RGB 63202171
HSL0.460.570.52
HSV167°69°79°
CMYK 0.690.000.15   0.21
XYZ30.521146.238145.8443
Yxy46.23810.24890.3771
Hunter Lab67.9986-38.87807.6260
CIE-Lab73.6998-44.24474.7536

#3fcaab color RGB value is (63,202,171).

#3fcaab hex color red value is 63, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3fcaab hue: 0.46 , saturation: 0.57 and the lightness value of 3fcaab is 0.52.

The process color (four color CMYK) of #3fcaab color hex is 0.69, 0.00, 0.15, 0.21. Web safe color of #3fcaab is #33cc99. Color #3fcaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001010 10101011
Octal 77 312 253
Decimal 63 202 171
Hex 3F CA AB

RGB Percentages of Color #3fcaab

%14.45
%46.33
%39.22

CMYK Percentages of Color #3fcaab

%69
%0
%15
%21

Triadic Colors of #3fcaab

#3fcaab #ab3fca #caab3f

Analogous Colors of #3fcaab

#3fcaab #3fa4ca #3fca66

Monochromatic Colors of #3fcaab

#3fcaab

Complementary Color

#3fcaab #ca3f5e

#3fcaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcaab Color CSS Codes

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

#3fcaab Text Font Color

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

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


#3fcaab Background Color

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

This div background color is #3fcaab


#3fcaab Border Color

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

This div border color is #3fcaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcaab


Comments

No comments written yet.

Please login to write comment.