Color Hex Logo

#47deaf Color Hex

#47DEAF
(71,222,175)
0 Favorites   0 Comments

Color spaces of #47deaf

RGB 71222175
HSL0.450.700.57
HSV161°68°87°
CMYK 0.680.000.21   0.13
XYZ36.457756.677349.5757
Yxy56.67730.25550.3971
Hunter Lab75.2843-45.306013.6558
CIE-Lab79.9977-50.493211.6508

#47deaf color RGB value is (71,222,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011110 10101111
Octal 107 336 257
Decimal 71 222 175
Hex 47 DE AF

RGB Percentages of Color #47deaf

%15.17
%47.44
%37.39

CMYK Percentages of Color #47deaf

%68
%0
%21
%13

Triadic Colors of #47deaf

#47deaf #af47de #deaf47

Analogous Colors of #47deaf

#47deaf #47c2de #47de64

Monochromatic Colors of #47deaf

#47deaf

Complementary Color

#47deaf #de4776

#47deaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47deaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47deaf Color CSS Codes

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

#47deaf Text Font Color

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

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


#47deaf Background Color

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

This div background color is #47deaf


#47deaf Border Color

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

This div border color is #47deaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47deaf


Comments

No comments written yet.

Please login to write comment.