Color Hex Logo

#47bbdb Color Hex

#47BBDB
(71,187,219)
0 Favorites   0 Comments

Color spaces of #47bbdb

RGB 71187219
HSL0.540.670.57
HSV193°68°86°
CMYK 0.680.150.00   0.14
XYZ33.155041.994773.3762
Yxy41.99470.22320.2827
Hunter Lab64.8033-22.0807-21.7712
CIE-Lab70.8673-22.4569-25.5745

#47bbdb color RGB value is (71,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111011 11011011
Octal 107 273 333
Decimal 71 187 219
Hex 47 BB DB

RGB Percentages of Color #47bbdb

%14.88
%39.20
%45.91

CMYK Percentages of Color #47bbdb

%68
%15
%0
%14

Triadic Colors of #47bbdb

#47bbdb #db47bb #bbdb47

Analogous Colors of #47bbdb

#47bbdb #4771db #47dbb1

Monochromatic Colors of #47bbdb

#47bbdb

Complementary Color

#47bbdb #db6747

#47bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bbdb Color CSS Codes

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

#47bbdb Text Font Color

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

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


#47bbdb Background Color

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

This div background color is #47bbdb


#47bbdb Border Color

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

This div border color is #47bbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,187,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 #47bbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bbdb


Comments

No comments written yet.

Please login to write comment.