Color Hex Logo

#71acdb Color Hex

#71ACDB
(113,172,219)
0 Favorites   0 Comments

Color spaces of #71acdb

RGB 113172219
HSL0.570.600.65
HSV207°48°86°
CMYK 0.480.210.00   0.14
XYZ34.348838.130272.5673
Yxy38.13020.23680.2629
Hunter Lab61.7497-8.7697-26.4520
CIE-Lab68.1165-6.4253-29.6706

#71acdb color RGB value is (113,172,219).

#71acdb hex color red value is 113, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #71acdb hue: 0.57 , saturation: 0.60 and the lightness value of 71acdb is 0.65.

The process color (four color CMYK) of #71acdb color hex is 0.48, 0.21, 0.00, 0.14. Web safe color of #71acdb is #6699cc. Color #71acdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101100 11011011
Octal 161 254 333
Decimal 113 172 219
Hex 71 AC DB

RGB Percentages of Color #71acdb

%22.42
%34.13
%43.45

CMYK Percentages of Color #71acdb

%48
%21
%0
%14

Triadic Colors of #71acdb

#71acdb #db71ac #acdb71

Analogous Colors of #71acdb

#71acdb #7177db #71dbd5

Monochromatic Colors of #71acdb

#71acdb

Complementary Color

#71acdb #dba071

#71acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71acdb Color CSS Codes

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

#71acdb Text Font Color

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

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


#71acdb Background Color

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

This div background color is #71acdb


#71acdb Border Color

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

This div border color is #71acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71acdb


Comments

No comments written yet.

Please login to write comment.