Color Hex Logo

#71aeea Color Hex

#71AEEA
(113,174,234)
0 Favorites   0 Comments

Color spaces of #71aeea

RGB 113174234
HSL0.580.740.68
HSV210°52°92°
CMYK 0.520.260.00   0.08
XYZ36.797439.723383.5698
Yxy39.72330.22990.2481
Hunter Lab63.0264-6.0806-34.4970
CIE-Lab69.2720-3.1367-36.0954

#71aeea color RGB value is (113,174,234).

#71aeea hex color red value is 113, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #71aeea hue: 0.58 , saturation: 0.74 and the lightness value of 71aeea is 0.68.

The process color (four color CMYK) of #71aeea color hex is 0.52, 0.26, 0.00, 0.08. Web safe color of #71aeea is #6699ff. Color #71aeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101110 11101010
Octal 161 256 352
Decimal 113 174 234
Hex 71 AE EA

RGB Percentages of Color #71aeea

%21.69
%33.40
%44.91

CMYK Percentages of Color #71aeea

%52
%26
%0
%8

Triadic Colors of #71aeea

#71aeea #ea71ae #aeea71

Analogous Colors of #71aeea

#71aeea #7172ea #71eaea

Monochromatic Colors of #71aeea

#71aeea

Complementary Color

#71aeea #eaad71

#71aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aeea Color CSS Codes

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

#71aeea Text Font Color

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

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


#71aeea Background Color

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

This div background color is #71aeea


#71aeea Border Color

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

This div border color is #71aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aeea


Comments

No comments written yet.

Please login to write comment.