Color Hex Logo

#47a888 Color Hex

#47A888
(71,168,136)
0 Favorites   0 Comments

Color spaces of #47a888

RGB 71168136
HSL0.450.410.47
HSV160°58°66°
CMYK 0.580.000.19   0.34
XYZ21.045131.122428.1906
Yxy31.12240.26190.3873
Hunter Lab55.7875-30.29129.0907
CIE-Lab62.6108-36.35228.0649

#47a888 color RGB value is (71,168,136).

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

The process color (four color CMYK) of #47a888 color hex is 0.58, 0.00, 0.19, 0.34. Web safe color of #47a888 is #339999. Color #47a888 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101000 10001000
Octal 107 250 210
Decimal 71 168 136
Hex 47 A8 88

RGB Percentages of Color #47a888

%18.93
%44.80
%36.27

CMYK Percentages of Color #47a888

%58
%0
%19
%34

Triadic Colors of #47a888

#47a888 #8847a8 #a88847

Analogous Colors of #47a888

#47a888 #4798a8 #47a858

Monochromatic Colors of #47a888

#47a888

Complementary Color

#47a888 #a84767

#47a888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47a888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47a888 Color CSS Codes

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

#47a888 Text Font Color

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

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


#47a888 Background Color

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

This div background color is #47a888


#47a888 Border Color

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

This div border color is #47a888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47a888


Comments

No comments written yet.

Please login to write comment.