Color Hex Logo

#47aeba Color Hex

#47AEBA
(71,174,186)
0 Favorites   0 Comments

Color spaces of #47aeba

RGB 71174186
HSL0.520.450.50
HSV186°62°73°
CMYK 0.620.060.00   0.27
XYZ26.597535.156951.8385
Yxy35.15690.23410.3095
Hunter Lab59.2933-23.6925-10.3304
CIE-Lab65.8706-25.8482-15.0125

#47aeba color RGB value is (71,174,186).

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

The process color (four color CMYK) of #47aeba color hex is 0.62, 0.06, 0.00, 0.27. Web safe color of #47aeba is #3399cc. Color #47aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101110 10111010
Octal 107 256 272
Decimal 71 174 186
Hex 47 AE BA

RGB Percentages of Color #47aeba

%16.47
%40.37
%43.16

CMYK Percentages of Color #47aeba

%62
%6
%0
%27

Triadic Colors of #47aeba

#47aeba #ba47ae #aeba47

Analogous Colors of #47aeba

#47aeba #4775ba #47ba8d

Monochromatic Colors of #47aeba

#47aeba

Complementary Color

#47aeba #ba5347

#47aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#47aeba Color CSS Codes

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

#47aeba Text Font Color

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

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


#47aeba Background Color

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

This div background color is #47aeba


#47aeba Border Color

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

This div border color is #47aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47aeba


Comments

No comments written yet.

Please login to write comment.