Color Hex Logo

#71aedd Color Hex

#71AEDD
(113,174,221)
0 Favorites   0 Comments

Color spaces of #71aedd

RGB 113174221
HSL0.570.610.65
HSV206°49°87°
CMYK 0.490.210.00   0.13
XYZ34.997239.003374.0904
Yxy39.00330.23630.2634
Hunter Lab62.4526-9.2643-26.6216
CIE-Lab68.7537-6.9447-29.7857

#71aedd color RGB value is (113,174,221).

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

The process color (four color CMYK) of #71aedd color hex is 0.49, 0.21, 0.00, 0.13. Web safe color of #71aedd is #6699cc. Color #71aedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101110 11011101
Octal 161 256 335
Decimal 113 174 221
Hex 71 AE DD

RGB Percentages of Color #71aedd

%22.24
%34.25
%43.50

CMYK Percentages of Color #71aedd

%49
%21
%0
%13

Triadic Colors of #71aedd

#71aedd #dd71ae #aedd71

Analogous Colors of #71aedd

#71aedd #7178dd #71ddd6

Monochromatic Colors of #71aedd

#71aedd

Complementary Color

#71aedd #dda071

#71aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aedd Color CSS Codes

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

#71aedd Text Font Color

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

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


#71aedd Background Color

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

This div background color is #71aedd


#71aedd Border Color

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

This div border color is #71aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aedd


Comments

No comments written yet.

Please login to write comment.