Color Hex Logo

#47bddb Color Hex

#47BDDB
(71,189,219)
0 Favorites   0 Comments

Color spaces of #47bddb

RGB 71189219
HSL0.530.670.57
HSV192°68°86°
CMYK 0.680.140.00   0.14
XYZ33.582342.849373.5186
Yxy42.84930.22400.2858
Hunter Lab65.4594-22.9789-20.7681
CIE-Lab71.4526-23.4741-24.6787

#47bddb color RGB value is (71,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111101 11011011
Octal 107 275 333
Decimal 71 189 219
Hex 47 BD DB

RGB Percentages of Color #47bddb

%14.82
%39.46
%45.72

CMYK Percentages of Color #47bddb

%68
%14
%0
%14

Triadic Colors of #47bddb

#47bddb #db47bd #bddb47

Analogous Colors of #47bddb

#47bddb #4773db #47dbaf

Monochromatic Colors of #47bddb

#47bddb

Complementary Color

#47bddb #db6547

#47bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bddb Color CSS Codes

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

#47bddb Text Font Color

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

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


#47bddb Background Color

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

This div background color is #47bddb


#47bddb Border Color

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

This div border color is #47bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bddb


Comments

No comments written yet.

Please login to write comment.