Color Hex Logo

#47a0be Color Hex

#47A0BE
(71,160,190)
0 Favorites   0 Comments

Color spaces of #47a0be

RGB 71160190
HSL0.540.480.51
HSV195°63°75°
CMYK 0.630.160.00   0.25
XYZ24.463630.198953.2548
Yxy30.19890.22670.2798
Hunter Lab54.9535-16.7060-18.9898
CIE-Lab61.8255-17.4032-23.3964

#47a0be color RGB value is (71,160,190).

#47a0be hex color red value is 71, green value is 160 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #47a0be hue: 0.54 , saturation: 0.48 and the lightness value of 47a0be is 0.51.

The process color (four color CMYK) of #47a0be color hex is 0.63, 0.16, 0.00, 0.25. Web safe color of #47a0be is #3399cc. Color #47a0be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10100000 10111110
Octal 107 240 276
Decimal 71 160 190
Hex 47 A0 BE

RGB Percentages of Color #47a0be

%16.86
%38.00
%45.13

CMYK Percentages of Color #47a0be

%63
%16
%0
%25

Triadic Colors of #47a0be

#47a0be #be47a0 #a0be47

Analogous Colors of #47a0be

#47a0be #4765be #47bea1

Monochromatic Colors of #47a0be

#47a0be

Complementary Color

#47a0be #be6547

#47a0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47a0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#47a0be Color CSS Codes

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

#47a0be Text Font Color

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

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


#47a0be Background Color

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

This div background color is #47a0be


#47a0be Border Color

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

This div border color is #47a0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47a0be


Comments

No comments written yet.

Please login to write comment.