Color Hex Logo

#71abe7 Color Hex

#71ABE7
(113,171,231)
0 Favorites   0 Comments

Color spaces of #71abe7

RGB 113171231
HSL0.580.710.67
HSV211°51°91°
CMYK 0.510.260.00   0.09
XYZ35.796838.406181.1277
Yxy38.40610.23050.2473
Hunter Lab61.9727-5.3465-34.2350
CIE-Lab68.3189-2.3618-35.9374

#71abe7 color RGB value is (113,171,231).

#71abe7 hex color red value is 113, green value is 171 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #71abe7 hue: 0.58 , saturation: 0.71 and the lightness value of 71abe7 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 11100111
Octal 161 253 347
Decimal 113 171 231
Hex 71 AB E7

RGB Percentages of Color #71abe7

%21.94
%33.20
%44.85

CMYK Percentages of Color #71abe7

%51
%26
%0
%9

Triadic Colors of #71abe7

#71abe7 #e771ab #abe771

Analogous Colors of #71abe7

#71abe7 #7271e7 #71e6e7

Monochromatic Colors of #71abe7

#71abe7

Complementary Color

#71abe7 #e7ad71

#71abe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71abe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71abe7 Color CSS Codes

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

#71abe7 Text Font Color

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

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


#71abe7 Background Color

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

This div background color is #71abe7


#71abe7 Border Color

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

This div border color is #71abe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71abe7


Comments

No comments written yet.

Please login to write comment.