Color Hex Logo

#47debc Color Hex

#47DEBC
(71,222,188)
0 Favorites   0 Comments

Color spaces of #47debc

RGB 71222188
HSL0.460.700.57
HSV166°68°87°
CMYK 0.680.000.15   0.13
XYZ37.796957.213056.6281
Yxy57.21300.24930.3773
Hunter Lab75.6393-43.17248.5594
CIE-Lab80.2992-47.39805.1957

#47debc color RGB value is (71,222,188).

#47debc hex color red value is 71, green value is 222 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #47debc hue: 0.46 , saturation: 0.70 and the lightness value of 47debc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011110 10111100
Octal 107 336 274
Decimal 71 222 188
Hex 47 DE BC

RGB Percentages of Color #47debc

%14.76
%46.15
%39.09

CMYK Percentages of Color #47debc

%68
%0
%15
%13

Triadic Colors of #47debc

#47debc #bc47de #debc47

Analogous Colors of #47debc

#47debc #47b5de #47de71

Monochromatic Colors of #47debc

#47debc

Complementary Color

#47debc #de4769

#47debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47debc Color CSS Codes

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

#47debc Text Font Color

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

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


#47debc Background Color

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

This div background color is #47debc


#47debc Border Color

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

This div border color is #47debc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47debc


Comments

No comments written yet.

Please login to write comment.