Color Hex Logo

#47b988 Color Hex

#47B988
(71,185,136)
0 Favorites   0 Comments

Color spaces of #47b988

RGB 71185136
HSL0.430.450.50
HSV154°62°73°
CMYK 0.620.000.26   0.27
XYZ24.391437.815129.3060
Yxy37.81510.26650.4132
Hunter Lab61.4940-36.813014.7901
CIE-Lab67.8841-43.831315.4973

#47b988 color RGB value is (71,185,136).

#47b988 hex color red value is 71, green value is 185 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #47b988 hue: 0.43 , saturation: 0.45 and the lightness value of 47b988 is 0.50.

The process color (four color CMYK) of #47b988 color hex is 0.62, 0.00, 0.26, 0.27. Web safe color of #47b988 is #33cc99. Color #47b988 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111001 10001000
Octal 107 271 210
Decimal 71 185 136
Hex 47 B9 88

RGB Percentages of Color #47b988

%18.11
%47.19
%34.69

CMYK Percentages of Color #47b988

%62
%0
%26
%27

Triadic Colors of #47b988

#47b988 #8847b9 #b98847

Analogous Colors of #47b988

#47b988 #47b1b9 #47b94f

Monochromatic Colors of #47b988

#47b988

Complementary Color

#47b988 #b94778

#47b988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47b988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47b988 Color CSS Codes

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

#47b988 Text Font Color

<p style="color:#47b988">Text here</p>

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


#47b988 Background Color

<div style="background-color:#47b988">
Div content here</div>

This div background color is #47b988


#47b988 Border Color

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

This div border color is #47b988


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,185,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47b988; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47b988;
  -webkit-box-shadow: 1px 1px 3px 2px #47b988;
  box-shadow:         1px 1px 3px 2px #47b988; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,185,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47b988


Comments

No comments written yet.

Please login to write comment.