Color Hex Logo

#71aecc Color Hex

#71AECC
(113,174,204)
0 Favorites   0 Comments

Color spaces of #71aecc

RGB 113174204
HSL0.550.470.62
HSV200°45°80°
CMYK 0.450.150.00   0.20
XYZ32.845238.142462.7578
Yxy38.14240.24560.2852
Hunter Lab61.7595-13.1486-17.0167
CIE-Lab68.1254-11.7383-21.3993

#71aecc color RGB value is (113,174,204).

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

The process color (four color CMYK) of #71aecc color hex is 0.45, 0.15, 0.00, 0.20. Web safe color of #71aecc is #6699cc. Color #71aecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101110 11001100
Octal 161 256 314
Decimal 113 174 204
Hex 71 AE CC

RGB Percentages of Color #71aecc

%23.01
%35.44
%41.55

CMYK Percentages of Color #71aecc

%45
%15
%0
%20

Triadic Colors of #71aecc

#71aecc #cc71ae #aecc71

Analogous Colors of #71aecc

#71aecc #7181cc #71ccbd

Monochromatic Colors of #71aecc

#71aecc

Complementary Color

#71aecc #cc8f71

#71aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aecc Color CSS Codes

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

#71aecc Text Font Color

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

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


#71aecc Background Color

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

This div background color is #71aecc


#71aecc Border Color

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

This div border color is #71aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aecc


Comments

No comments written yet.

Please login to write comment.