Color Hex Logo

#47bfdc Color Hex

#47BFDC
(71,191,220)
0 Favorites   0 Comments

Color spaces of #47bfdc

RGB 71191220
HSL0.530.680.57
HSV192°68°86°
CMYK 0.680.130.00   0.14
XYZ34.147643.768574.3585
Yxy43.76850.22430.2874
Hunter Lab66.1578-23.6426-20.3290
CIE-Lab72.0735-24.1781-24.2738

#47bfdc color RGB value is (71,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111111 11011100
Octal 107 277 334
Decimal 71 191 220
Hex 47 BF DC

RGB Percentages of Color #47bfdc

%14.73
%39.63
%45.64

CMYK Percentages of Color #47bfdc

%68
%13
%0
%14

Triadic Colors of #47bfdc

#47bfdc #dc47bf #bfdc47

Analogous Colors of #47bfdc

#47bfdc #4775dc #47dcaf

Monochromatic Colors of #47bfdc

#47bfdc

Complementary Color

#47bfdc #dc6447

#47bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bfdc Color CSS Codes

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

#47bfdc Text Font Color

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

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


#47bfdc Background Color

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

This div background color is #47bfdc


#47bfdc Border Color

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

This div border color is #47bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bfdc


Comments

No comments written yet.

Please login to write comment.