Color Hex Logo

#47aebf Color Hex

#47AEBF
(71,174,191)
0 Favorites   0 Comments

Color spaces of #47aebf

RGB 71174191
HSL0.520.480.51
HSV189°63°75°
CMYK 0.630.090.00   0.25
XYZ27.138635.373354.6876
Yxy35.37330.23160.3018
Hunter Lab59.4755-22.6327-12.8843
CIE-Lab66.0383-24.3679-17.5336

#47aebf color RGB value is (71,174,191).

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

The process color (four color CMYK) of #47aebf color hex is 0.63, 0.09, 0.00, 0.25. Web safe color of #47aebf is #3399cc. Color #47aebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101110 10111111
Octal 107 256 277
Decimal 71 174 191
Hex 47 AE BF

RGB Percentages of Color #47aebf

%16.28
%39.91
%43.81

CMYK Percentages of Color #47aebf

%63
%9
%0
%25

Triadic Colors of #47aebf

#47aebf #bf47ae #aebf47

Analogous Colors of #47aebf

#47aebf #4772bf #47bf94

Monochromatic Colors of #47aebf

#47aebf

Complementary Color

#47aebf #bf5847

#47aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47aebf Color CSS Codes

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

#47aebf Text Font Color

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

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


#47aebf Background Color

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

This div background color is #47aebf


#47aebf Border Color

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

This div border color is #47aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47aebf


Comments

No comments written yet.

Please login to write comment.