Color Hex Logo

#71aec6 Color Hex

#71AEC6
(113,174,198)
0 Favorites   0 Comments

Color spaces of #71aec6

RGB 113174198
HSL0.550.430.61
HSV197°43°78°
CMYK 0.430.120.00   0.22
XYZ32.139137.860059.0399
Yxy37.86000.24910.2934
Hunter Lab61.5305-14.4428-13.8188
CIE-Lab67.9173-13.3738-18.4042

#71aec6 color RGB value is (113,174,198).

#71aec6 hex color red value is 113, green value is 174 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #71aec6 hue: 0.55 , saturation: 0.43 and the lightness value of 71aec6 is 0.61.

The process color (four color CMYK) of #71aec6 color hex is 0.43, 0.12, 0.00, 0.22. Web safe color of #71aec6 is #6699cc. Color #71aec6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101110 11000110
Octal 161 256 306
Decimal 113 174 198
Hex 71 AE C6

RGB Percentages of Color #71aec6

%23.30
%35.88
%40.82

CMYK Percentages of Color #71aec6

%43
%12
%0
%22

Triadic Colors of #71aec6

#71aec6 #c671ae #aec671

Analogous Colors of #71aec6

#71aec6 #7184c6 #71c6b4

Monochromatic Colors of #71aec6

#71aec6

Complementary Color

#71aec6 #c68971

#71aec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aec6 Color CSS Codes

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

#71aec6 Text Font Color

<p style="color:#71aec6">Text here</p>

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


#71aec6 Background Color

<div style="background-color:#71aec6">
Div content here</div>

This div background color is #71aec6


#71aec6 Border Color

<div style="border:3px solid #71aec6">
Div here</div>

This div border color is #71aec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aec6


Comments

No comments written yet.

Please login to write comment.