Color Hex Logo

#47dbbd Color Hex

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

Color spaces of #47dbbd

RGB 71219189
HSL0.470.670.57
HSV168°68°86°
CMYK 0.680.000.14   0.14
XYZ37.115455.676856.9346
Yxy55.67680.24790.3719
Hunter Lab74.6169-41.79146.9920
CIE-Lab79.4295-45.87243.4065

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

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

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

Base Numbers

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

RGB Percentages of Color #47dbbd

%14.82
%45.72
%39.46

CMYK Percentages of Color #47dbbd

%68
%0
%14
%14

Triadic Colors of #47dbbd

#47dbbd #bd47db #dbbd47

Analogous Colors of #47dbbd

#47dbbd #47afdb #47db73

Monochromatic Colors of #47dbbd

#47dbbd

Complementary Color

#47dbbd #db4765

#47dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dbbd Color CSS Codes

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

#47dbbd Text Font Color

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

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


#47dbbd Background Color

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

This div background color is #47dbbd


#47dbbd Border Color

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

This div border color is #47dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dbbd


Comments

No comments written yet.

Please login to write comment.