Color Hex Logo

#71aceb Color Hex

#71ACEB
(113,172,235)
0 Favorites   0 Comments

Color spaces of #71aceb

RGB 113172235
HSL0.590.750.68
HSV211°52°92°
CMYK 0.520.270.00   0.08
XYZ36.558039.013984.2009
Yxy39.01390.22880.2442
Hunter Lab62.4611-4.8323-36.2033
CIE-Lab68.7613-1.7276-37.4356

#71aceb color RGB value is (113,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101100 11101011
Octal 161 254 353
Decimal 113 172 235
Hex 71 AC EB

RGB Percentages of Color #71aceb

%21.73
%33.08
%45.19

CMYK Percentages of Color #71aceb

%52
%27
%0
%8

Triadic Colors of #71aceb

#71aceb #eb71ac #aceb71

Analogous Colors of #71aceb

#71aceb #7371eb #71e9eb

Monochromatic Colors of #71aceb

#71aceb

Complementary Color

#71aceb #ebb071

#71aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aceb Color CSS Codes

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

#71aceb Text Font Color

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

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


#71aceb Background Color

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

This div background color is #71aceb


#71aceb Border Color

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

This div border color is #71aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aceb


Comments

No comments written yet.

Please login to write comment.