Color Hex Logo

#47bfcd Color Hex

#47BFCD
(71,191,205)
0 Favorites   0 Comments

Color spaces of #47bfcd

RGB 71191205
HSL0.520.570.54
HSV186°65°80°
CMYK 0.650.070.00   0.20
XYZ32.248843.009064.3595
Yxy43.00900.23100.3080
Hunter Lab65.5812-26.9919-12.2786
CIE-Lab71.5611-28.6838-16.8799

#47bfcd color RGB value is (71,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111111 11001101
Octal 107 277 315
Decimal 71 191 205
Hex 47 BF CD

RGB Percentages of Color #47bfcd

%15.20
%40.90
%43.90

CMYK Percentages of Color #47bfcd

%65
%7
%0
%20

Triadic Colors of #47bfcd

#47bfcd #cd47bf #bfcd47

Analogous Colors of #47bfcd

#47bfcd #477ccd #47cd98

Monochromatic Colors of #47bfcd

#47bfcd

Complementary Color

#47bfcd #cd5547

#47bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bfcd Color CSS Codes

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

#47bfcd Text Font Color

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

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


#47bfcd Background Color

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

This div background color is #47bfcd


#47bfcd Border Color

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

This div border color is #47bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bfcd


Comments

No comments written yet.

Please login to write comment.