Color Hex Logo

#47bdcf Color Hex

#47BDCF
(71,189,207)
0 Favorites   0 Comments

Color spaces of #47bdcf

RGB 71189207
HSL0.520.590.55
HSV188°66°81°
CMYK 0.660.090.00   0.19
XYZ32.058642.239865.4949
Yxy42.23980.22930.3022
Hunter Lab64.9922-25.6878-14.2541
CIE-Lab71.0359-27.1072-18.7666

#47bdcf color RGB value is (71,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111101 11001111
Octal 107 275 317
Decimal 71 189 207
Hex 47 BD CF

RGB Percentages of Color #47bdcf

%15.20
%40.47
%44.33

CMYK Percentages of Color #47bdcf

%66
%9
%0
%19

Triadic Colors of #47bdcf

#47bdcf #cf47bd #bdcf47

Analogous Colors of #47bdcf

#47bdcf #4779cf #47cf9d

Monochromatic Colors of #47bdcf

#47bdcf

Complementary Color

#47bdcf #cf5947

#47bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bdcf Color CSS Codes

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

#47bdcf Text Font Color

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

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


#47bdcf Background Color

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

This div background color is #47bdcf


#47bdcf Border Color

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

This div border color is #47bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bdcf


Comments

No comments written yet.

Please login to write comment.