Color Hex Logo

#71aebe Color Hex

#71AEBE
(113,174,190)
0 Favorites   0 Comments

Color spaces of #71aebe

RGB 113174190
HSL0.530.370.59
HSV192°41°75°
CMYK 0.410.080.00   0.25
XYZ31.240437.500554.3070
Yxy37.50050.25390.3048
Hunter Lab61.2377-16.1041-9.7134
CIE-Lab67.6508-15.5028-14.3837

#71aebe color RGB value is (113,174,190).

#71aebe hex color red value is 113, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #71aebe hue: 0.53 , saturation: 0.37 and the lightness value of 71aebe is 0.59.

The process color (four color CMYK) of #71aebe color hex is 0.41, 0.08, 0.00, 0.25. Web safe color of #71aebe is #6699cc. Color #71aebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101110 10111110
Octal 161 256 276
Decimal 113 174 190
Hex 71 AE BE

RGB Percentages of Color #71aebe

%23.69
%36.48
%39.83

CMYK Percentages of Color #71aebe

%41
%8
%0
%25

Triadic Colors of #71aebe

#71aebe #be71ae #aebe71

Analogous Colors of #71aebe

#71aebe #7188be #71bea8

Monochromatic Colors of #71aebe

#71aebe

Complementary Color

#71aebe #be8171

#71aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aebe Color CSS Codes

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

#71aebe Text Font Color

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

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


#71aebe Background Color

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

This div background color is #71aebe


#71aebe Border Color

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

This div border color is #71aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aebe


Comments

No comments written yet.

Please login to write comment.