Color Hex Logo

#2fbea4 Color Hex

#2FBEA4
(47,190,164)
0 Favorites   0 Comments

Color spaces of #2fbea4

RGB 47190164
HSL0.470.600.46
HSV169°75°75°
CMYK 0.750.000.14   0.25
XYZ26.286640.111641.4788
Yxy40.11160.24370.3718
Hunter Lab63.3337-36.74785.5031
CIE-Lab69.5489-42.98232.5146

#2fbea4 color RGB value is (47,190,164).

#2fbea4 hex color red value is 47, green value is 190 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #2fbea4 hue: 0.47 , saturation: 0.60 and the lightness value of 2fbea4 is 0.46.

The process color (four color CMYK) of #2fbea4 color hex is 0.75, 0.00, 0.14, 0.25. Web safe color of #2fbea4 is #33cc99. Color #2fbea4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111110 10100100
Octal 57 276 244
Decimal 47 190 164
Hex 2F BE A4

RGB Percentages of Color #2fbea4

%11.72
%47.38
%40.90

CMYK Percentages of Color #2fbea4

%75
%0
%14
%25

Triadic Colors of #2fbea4

#2fbea4 #a42fbe #bea42f

Analogous Colors of #2fbea4

#2fbea4 #2f91be #2fbe5d

Monochromatic Colors of #2fbea4

#2fbea4

Complementary Color

#2fbea4 #be2f49

#2fbea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbea4 Color CSS Codes

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

#2fbea4 Text Font Color

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

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


#2fbea4 Background Color

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

This div background color is #2fbea4


#2fbea4 Border Color

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

This div border color is #2fbea4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,190,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbea4


Comments

No comments written yet.

Please login to write comment.