Color Hex Logo

#71badb Color Hex

#71BADB
(113,186,219)
0 Favorites   0 Comments

Color spaces of #71badb

RGB 113186219
HSL0.550.600.65
HSV199°48°86°
CMYK 0.480.150.00   0.14
XYZ37.155143.743073.5028
Yxy43.74300.24060.2833
Hunter Lab66.1385-15.4651-19.5948
CIE-Lab72.0564-13.9614-23.6251

#71badb color RGB value is (113,186,219).

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

The process color (four color CMYK) of #71badb color hex is 0.48, 0.15, 0.00, 0.14. Web safe color of #71badb is #66cccc. Color #71badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111010 11011011
Octal 161 272 333
Decimal 113 186 219
Hex 71 BA DB

RGB Percentages of Color #71badb

%21.81
%35.91
%42.28

CMYK Percentages of Color #71badb

%48
%15
%0
%14

Triadic Colors of #71badb

#71badb #db71ba #badb71

Analogous Colors of #71badb

#71badb #7185db #71dbc7

Monochromatic Colors of #71badb

#71badb

Complementary Color

#71badb #db9271

#71badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71badb Color CSS Codes

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

#71badb Text Font Color

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

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


#71badb Background Color

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

This div background color is #71badb


#71badb Border Color

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

This div border color is #71badb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,186,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 #71badb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71badb


Comments

No comments written yet.

Please login to write comment.