Color Hex Logo

#47debe Color Hex

#47DEBE
(71,222,190)
0 Favorites   0 Comments

Color spaces of #47debe

RGB 71222190
HSL0.460.700.57
HSV167°68°87°
CMYK 0.680.000.14   0.13
XYZ38.014157.299957.7716
Yxy57.29990.24830.3743
Hunter Lab75.6967-42.82847.7377
CIE-Lab80.3480-46.90504.2043

#47debe color RGB value is (71,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011110 10111110
Octal 107 336 276
Decimal 71 222 190
Hex 47 DE BE

RGB Percentages of Color #47debe

%14.70
%45.96
%39.34

CMYK Percentages of Color #47debe

%68
%0
%14
%13

Triadic Colors of #47debe

#47debe #be47de #debe47

Analogous Colors of #47debe

#47debe #47b3de #47de73

Monochromatic Colors of #47debe

#47debe

Complementary Color

#47debe #de4767

#47debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#47debe Color CSS Codes

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

#47debe Text Font Color

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

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


#47debe Background Color

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

This div background color is #47debe


#47debe Border Color

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

This div border color is #47debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47debe


Comments

No comments written yet.

Please login to write comment.