Color Hex Logo

#71aebd Color Hex

#71AEBD
(113,174,189)
0 Favorites   0 Comments

Color spaces of #71aebd

RGB 113174189
HSL0.530.370.59
HSV192°40°74°
CMYK 0.400.080.00   0.26
XYZ31.131437.456953.7332
Yxy37.45690.25450.3062
Hunter Lab61.2020-16.3067-9.2131
CIE-Lab67.6184-15.7648-13.8790

#71aebd color RGB value is (113,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101110 10111101
Octal 161 256 275
Decimal 113 174 189
Hex 71 AE BD

RGB Percentages of Color #71aebd

%23.74
%36.55
%39.71

CMYK Percentages of Color #71aebd

%40
%8
%0
%26

Triadic Colors of #71aebd

#71aebd #bd71ae #aebd71

Analogous Colors of #71aebd

#71aebd #7188bd #71bda6

Monochromatic Colors of #71aebd

#71aebd

Complementary Color

#71aebd #bd8071

#71aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aebd Color CSS Codes

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

#71aebd Text Font Color

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

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


#71aebd Background Color

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

This div background color is #71aebd


#71aebd Border Color

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

This div border color is #71aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aebd


Comments

No comments written yet.

Please login to write comment.