Color Hex Logo

#47bfcb Color Hex

#47BFCB
(71,191,203)
0 Favorites   0 Comments

Color spaces of #47bfcb

RGB 71191203
HSL0.520.560.54
HSV185°65°80°
CMYK 0.650.060.00   0.20
XYZ32.008842.913063.0959
Yxy42.91300.23190.3109
Hunter Lab65.5080-27.4196-11.2512
CIE-Lab71.4959-29.2701-15.8865

#47bfcb color RGB value is (71,191,203).

#47bfcb hex color red value is 71, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #47bfcb hue: 0.52 , saturation: 0.56 and the lightness value of 47bfcb is 0.54.

The process color (four color CMYK) of #47bfcb color hex is 0.65, 0.06, 0.00, 0.20. Web safe color of #47bfcb is #33cccc. Color #47bfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111111 11001011
Octal 107 277 313
Decimal 71 191 203
Hex 47 BF CB

RGB Percentages of Color #47bfcb

%15.27
%41.08
%43.66

CMYK Percentages of Color #47bfcb

%65
%6
%0
%20

Triadic Colors of #47bfcb

#47bfcb #cb47bf #bfcb47

Analogous Colors of #47bfcb

#47bfcb #477dcb #47cb95

Monochromatic Colors of #47bfcb

#47bfcb

Complementary Color

#47bfcb #cb5347

#47bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bfcb Color CSS Codes

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

#47bfcb Text Font Color

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

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


#47bfcb Background Color

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

This div background color is #47bfcb


#47bfcb Border Color

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

This div border color is #47bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bfcb


Comments

No comments written yet.

Please login to write comment.