Color Hex Logo

#71aedc Color Hex

#71AEDC
(113,174,220)
0 Favorites   0 Comments

Color spaces of #71aedc

RGB 113174220
HSL0.570.600.65
HSV206°49°86°
CMYK 0.490.210.00   0.14
XYZ34.864438.950173.3907
Yxy38.95010.23680.2646
Hunter Lab62.4100-9.5012-26.0347
CIE-Lab68.7151-7.2324-29.2967

#71aedc color RGB value is (113,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101110 11011100
Octal 161 256 334
Decimal 113 174 220
Hex 71 AE DC

RGB Percentages of Color #71aedc

%22.29
%34.32
%43.39

CMYK Percentages of Color #71aedc

%49
%21
%0
%14

Triadic Colors of #71aedc

#71aedc #dc71ae #aedc71

Analogous Colors of #71aedc

#71aedc #7179dc #71dcd5

Monochromatic Colors of #71aedc

#71aedc

Complementary Color

#71aedc #dc9f71

#71aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aedc Color CSS Codes

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

#71aedc Text Font Color

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

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


#71aedc Background Color

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

This div background color is #71aedc


#71aedc Border Color

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

This div border color is #71aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aedc


Comments

No comments written yet.

Please login to write comment.