Color Hex Logo

#71aec4 Color Hex

#71AEC4
(113,174,196)
0 Favorites   0 Comments

Color spaces of #71aec4

RGB 113174196
HSL0.540.410.61
HSV196°42°77°
CMYK 0.420.110.00   0.23
XYZ31.909937.768357.8327
Yxy37.76830.25030.2962
Hunter Lab61.4559-14.8649-12.7753
CIE-Lab67.8495-13.9116-17.4019

#71aec4 color RGB value is (113,174,196).

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

The process color (four color CMYK) of #71aec4 color hex is 0.42, 0.11, 0.00, 0.23. Web safe color of #71aec4 is #6699cc. Color #71aec4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101110 11000100
Octal 161 256 304
Decimal 113 174 196
Hex 71 AE C4

RGB Percentages of Color #71aec4

%23.40
%36.02
%40.58

CMYK Percentages of Color #71aec4

%42
%11
%0
%23

Triadic Colors of #71aec4

#71aec4 #c471ae #aec471

Analogous Colors of #71aec4

#71aec4 #7185c4 #71c4b1

Monochromatic Colors of #71aec4

#71aec4

Complementary Color

#71aec4 #c48771

#71aec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aec4 Color CSS Codes

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

#71aec4 Text Font Color

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

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


#71aec4 Background Color

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

This div background color is #71aec4


#71aec4 Border Color

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

This div border color is #71aec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aec4


Comments

No comments written yet.

Please login to write comment.