Color Hex Logo

#71abea Color Hex

#71ABEA
(113,171,234)
0 Favorites   0 Comments

Color spaces of #71abea

RGB 113171234
HSL0.590.740.68
HSV211°52°92°
CMYK 0.520.270.00   0.08
XYZ36.224238.577083.3788
Yxy38.57700.22900.2439
Hunter Lab62.1104-4.5879-36.1154
CIE-Lab68.4437-1.4687-37.3838

#71abea color RGB value is (113,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 11101010
Octal 161 253 352
Decimal 113 171 234
Hex 71 AB EA

RGB Percentages of Color #71abea

%21.81
%33.01
%45.17

CMYK Percentages of Color #71abea

%52
%27
%0
%8

Triadic Colors of #71abea

#71abea #ea71ab #abea71

Analogous Colors of #71abea

#71abea #7471ea #71e8ea

Monochromatic Colors of #71abea

#71abea

Complementary Color

#71abea #eab071

#71abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#71abea Color CSS Codes

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

#71abea Text Font Color

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

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


#71abea Background Color

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

This div background color is #71abea


#71abea Border Color

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

This div border color is #71abea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,171,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 #71abea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71abea


Comments

No comments written yet.

Please login to write comment.