Color Hex Logo

#47afb3 Color Hex

#47AFB3
(71,175,179)
0 Favorites   0 Comments

Color spaces of #47afb3

RGB 71175179
HSL0.510.430.49
HSV182°60°70°
CMYK 0.600.020.00   0.30
XYZ26.065235.254248.0788
Yxy35.25420.23830.3223
Hunter Lab59.3752-25.5468-6.4471
CIE-Lab65.9461-28.3699-11.0117

#47afb3 color RGB value is (71,175,179).

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

The process color (four color CMYK) of #47afb3 color hex is 0.60, 0.02, 0.00, 0.30. Web safe color of #47afb3 is #3399cc. Color #47afb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101111 10110011
Octal 107 257 263
Decimal 71 175 179
Hex 47 AF B3

RGB Percentages of Color #47afb3

%16.71
%41.18
%42.12

CMYK Percentages of Color #47afb3

%60
%2
%0
%30

Triadic Colors of #47afb3

#47afb3 #b347af #afb347

Analogous Colors of #47afb3

#47afb3 #4779b3 #47b381

Monochromatic Colors of #47afb3

#47afb3

Complementary Color

#47afb3 #b34b47

#47afb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47afb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47afb3 Color CSS Codes

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

#47afb3 Text Font Color

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

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


#47afb3 Background Color

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

This div background color is #47afb3


#47afb3 Border Color

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

This div border color is #47afb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47afb3


Comments

No comments written yet.

Please login to write comment.