Color Hex Logo

#71aedb Color Hex

#71AEDB
(113,174,219)
0 Favorites   0 Comments

Color spaces of #71aedb

RGB 113174219
HSL0.570.600.65
HSV205°48°86°
CMYK 0.480.210.00   0.14
XYZ34.732338.897372.6952
Yxy38.89730.23740.2658
Hunter Lab62.3677-9.7376-25.4505
CIE-Lab68.6768-7.5200-28.8070

#71aedb color RGB value is (113,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101110 11011011
Octal 161 256 333
Decimal 113 174 219
Hex 71 AE DB

RGB Percentages of Color #71aedb

%22.33
%34.39
%43.28

CMYK Percentages of Color #71aedb

%48
%21
%0
%14

Triadic Colors of #71aedb

#71aedb #db71ae #aedb71

Analogous Colors of #71aedb

#71aedb #7179db #71dbd3

Monochromatic Colors of #71aedb

#71aedb

Complementary Color

#71aedb #db9e71

#71aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aedb Color CSS Codes

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

#71aedb Text Font Color

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

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


#71aedb Background Color

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

This div background color is #71aedb


#71aedb Border Color

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

This div border color is #71aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aedb

#71aedb Color Palettes


Comments

No comments written yet.

Please login to write comment.