Color Hex Logo

#47bacf Color Hex

#47BACF
(71,186,207)
0 Favorites   0 Comments

Color spaces of #47bacf

RGB 71186207
HSL0.530.590.55
HSV189°66°81°
CMYK 0.660.100.00   0.19
XYZ31.419940.962465.2820
Yxy40.96240.22820.2976
Hunter Lab64.0019-24.3738-15.6746
CIE-Lab70.1496-25.6136-20.1116

#47bacf color RGB value is (71,186,207).

#47bacf hex color red value is 71, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #47bacf hue: 0.53 , saturation: 0.59 and the lightness value of 47bacf is 0.55.

The process color (four color CMYK) of #47bacf color hex is 0.66, 0.10, 0.00, 0.19. Web safe color of #47bacf is #33cccc. Color #47bacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111010 11001111
Octal 107 272 317
Decimal 71 186 207
Hex 47 BA CF

RGB Percentages of Color #47bacf

%15.30
%40.09
%44.61

CMYK Percentages of Color #47bacf

%66
%10
%0
%19

Triadic Colors of #47bacf

#47bacf #cf47ba #bacf47

Analogous Colors of #47bacf

#47bacf #4776cf #47cfa0

Monochromatic Colors of #47bacf

#47bacf

Complementary Color

#47bacf #cf5c47

#47bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bacf Color CSS Codes

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

#47bacf Text Font Color

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

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


#47bacf Background Color

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

This div background color is #47bacf


#47bacf Border Color

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

This div border color is #47bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bacf


Comments

No comments written yet.

Please login to write comment.