Color Hex Logo

#47adae Color Hex

#47ADAE
(71,173,174)
0 Favorites   0 Comments

Color spaces of #47adae

RGB 71173174
HSL0.500.420.48
HSV181°59°68°
CMYK 0.590.010.00   0.32
XYZ25.182134.282745.3344
Yxy34.28270.24030.3271
Hunter Lab58.5514-25.6948-4.9202
CIE-Lab65.1863-28.8060-9.3669

#47adae color RGB value is (71,173,174).

#47adae hex color red value is 71, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #47adae hue: 0.50 , saturation: 0.42 and the lightness value of 47adae is 0.48.

The process color (four color CMYK) of #47adae color hex is 0.59, 0.01, 0.00, 0.32. Web safe color of #47adae is #339999. Color #47adae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101101 10101110
Octal 107 255 256
Decimal 71 173 174
Hex 47 AD AE

RGB Percentages of Color #47adae

%16.99
%41.39
%41.63

CMYK Percentages of Color #47adae

%59
%1
%0
%32

Triadic Colors of #47adae

#47adae #ae47ad #adae47

Analogous Colors of #47adae

#47adae #477aae #47ae7c

Monochromatic Colors of #47adae

#47adae

Complementary Color

#47adae #ae4847

#47adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#47adae Color CSS Codes

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

#47adae Text Font Color

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

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


#47adae Background Color

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

This div background color is #47adae


#47adae Border Color

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

This div border color is #47adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47adae


Comments

No comments written yet.

Please login to write comment.