Color Hex Logo

#2fcaab Color Hex

#2FCAAB
(47,202,171)
0 Favorites   0 Comments

Color spaces of #2fcaab

RGB 47202171
HSL0.470.620.49
HSV168°77°79°
CMYK 0.770.000.15   0.21
XYZ29.643545.785745.8032
Yxy45.78570.24450.3777
Hunter Lab67.6651-40.21477.2316
CIE-Lab73.4063-46.29324.2923

#2fcaab color RGB value is (47,202,171).

#2fcaab hex color red value is 47, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2fcaab hue: 0.47 , saturation: 0.62 and the lightness value of 2fcaab is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001010 10101011
Octal 57 312 253
Decimal 47 202 171
Hex 2F CA AB

RGB Percentages of Color #2fcaab

%11.19
%48.10
%40.71

CMYK Percentages of Color #2fcaab

%77
%0
%15
%21

Triadic Colors of #2fcaab

#2fcaab #ab2fca #caab2f

Analogous Colors of #2fcaab

#2fcaab #2f9cca #2fca5e

Monochromatic Colors of #2fcaab

#2fcaab

Complementary Color

#2fcaab #ca2f4e

#2fcaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fcaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fcaab Color CSS Codes

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

#2fcaab Text Font Color

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

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


#2fcaab Background Color

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

This div background color is #2fcaab


#2fcaab Border Color

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

This div border color is #2fcaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fcaab


Comments

No comments written yet.

Please login to write comment.