Color Hex Logo

#71aecf Color Hex

#71AECF
(113,174,207)
0 Favorites   0 Comments

Color spaces of #71aecf

RGB 113174207
HSL0.560.490.63
HSV201°45°81°
CMYK 0.450.160.00   0.19
XYZ33.208638.287864.6715
Yxy38.28780.24390.2812
Hunter Lab61.8771-12.4865-18.6535
CIE-Lab68.2322-10.9092-22.8901

#71aecf color RGB value is (113,174,207).

#71aecf hex color red value is 113, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #71aecf hue: 0.56 , saturation: 0.49 and the lightness value of 71aecf is 0.63.

The process color (four color CMYK) of #71aecf color hex is 0.45, 0.16, 0.00, 0.19. Web safe color of #71aecf is #6699cc. Color #71aecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101110 11001111
Octal 161 256 317
Decimal 113 174 207
Hex 71 AE CF

RGB Percentages of Color #71aecf

%22.87
%35.22
%41.90

CMYK Percentages of Color #71aecf

%45
%16
%0
%19

Triadic Colors of #71aecf

#71aecf #cf71ae #aecf71

Analogous Colors of #71aecf

#71aecf #717fcf #71cfc1

Monochromatic Colors of #71aecf

#71aecf

Complementary Color

#71aecf #cf9271

#71aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aecf Color CSS Codes

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

#71aecf Text Font Color

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

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


#71aecf Background Color

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

This div background color is #71aecf


#71aecf Border Color

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

This div border color is #71aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aecf


Comments

No comments written yet.

Please login to write comment.