Color Hex Logo

#47afbb Color Hex

#47AFBB
(71,175,187)
0 Favorites   0 Comments

Color spaces of #47afbb

RGB 71175187
HSL0.520.460.51
HSV186°62°73°
CMYK 0.620.060.00   0.27
XYZ26.898135.587452.4651
Yxy35.58740.23400.3096
Hunter Lab59.6552-23.9122-10.3853
CIE-Lab66.2035-26.0553-15.0654

#47afbb color RGB value is (71,175,187).

#47afbb hex color red value is 71, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #47afbb hue: 0.52 , saturation: 0.46 and the lightness value of 47afbb is 0.51.

The process color (four color CMYK) of #47afbb color hex is 0.62, 0.06, 0.00, 0.27. Web safe color of #47afbb is #3399cc. Color #47afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101111 10111011
Octal 107 257 273
Decimal 71 175 187
Hex 47 AF BB

RGB Percentages of Color #47afbb

%16.40
%40.42
%43.19

CMYK Percentages of Color #47afbb

%62
%6
%0
%27

Triadic Colors of #47afbb

#47afbb #bb47af #afbb47

Analogous Colors of #47afbb

#47afbb #4775bb #47bb8d

Monochromatic Colors of #47afbb

#47afbb

Complementary Color

#47afbb #bb5347

#47afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47afbb Color CSS Codes

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

#47afbb Text Font Color

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

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


#47afbb Background Color

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

This div background color is #47afbb


#47afbb Border Color

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

This div border color is #47afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47afbb


Comments

No comments written yet.

Please login to write comment.