Color Hex Logo

#47bfdd Color Hex

#47BFDD
(71,191,221)
0 Favorites   0 Comments

Color spaces of #47bfdd

RGB 71191221
HSL0.530.690.57
HSV192°68°87°
CMYK 0.680.140.00   0.13
XYZ34.280543.821775.0583
Yxy43.82170.22380.2861
Hunter Lab66.1980-23.4105-20.8872
CIE-Lab72.1092-23.8714-24.7631

#47bfdd color RGB value is (71,191,221).

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

The process color (four color CMYK) of #47bfdd color hex is 0.68, 0.14, 0.00, 0.13. Web safe color of #47bfdd is #33cccc. Color #47bfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111111 11011101
Octal 107 277 335
Decimal 71 191 221
Hex 47 BF DD

RGB Percentages of Color #47bfdd

%14.70
%39.54
%45.76

CMYK Percentages of Color #47bfdd

%68
%14
%0
%13

Triadic Colors of #47bfdd

#47bfdd #dd47bf #bfdd47

Analogous Colors of #47bfdd

#47bfdd #4774dd #47ddb0

Monochromatic Colors of #47bfdd

#47bfdd

Complementary Color

#47bfdd #dd6547

#47bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bfdd Color CSS Codes

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

#47bfdd Text Font Color

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

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


#47bfdd Background Color

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

This div background color is #47bfdd


#47bfdd Border Color

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

This div border color is #47bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bfdd


Comments

No comments written yet.

Please login to write comment.