Color Hex Logo

#2f988b Color Hex

#2F988B
(47,152,139)
0 Favorites   0 Comments

Color spaces of #2f988b

RGB 47152139
HSL0.480.530.39
HSV173°69°60°
CMYK 0.690.000.09   0.40
XYZ17.060724.924928.3379
Yxy24.92490.24260.3544
Hunter Lab49.9248-26.37011.2937
CIE-Lab57.0022-32.6167-1.8268

#2f988b color RGB value is (47,152,139).

#2f988b hex color red value is 47, green value is 152 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #2f988b hue: 0.48 , saturation: 0.53 and the lightness value of 2f988b is 0.39.

The process color (four color CMYK) of #2f988b color hex is 0.69, 0.00, 0.09, 0.40. Web safe color of #2f988b is #339999. Color #2f988b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10011000 10001011
Octal 57 230 213
Decimal 47 152 139
Hex 2F 98 8B

RGB Percentages of Color #2f988b

%13.91
%44.97
%41.12

CMYK Percentages of Color #2f988b

%69
%0
%9
%40

Triadic Colors of #2f988b

#2f988b #8b2f98 #988b2f

Analogous Colors of #2f988b

#2f988b #2f7198 #2f9857

Monochromatic Colors of #2f988b

#2f988b

Complementary Color

#2f988b #982f3c

#2f988b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f988b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f988b Color CSS Codes

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

#2f988b Text Font Color

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

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


#2f988b Background Color

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

This div background color is #2f988b


#2f988b Border Color

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

This div border color is #2f988b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f988b


Comments

No comments written yet.

Please login to write comment.