Color Hex Logo

#71cbdb Color Hex

#71CBDB
(113,203,219)
0 Favorites   0 Comments

Color spaces of #71cbdb

RGB 113203219
HSL0.530.600.65
HSV189°48°86°
CMYK 0.480.070.00   0.14
XYZ40.952251.337174.7685
Yxy51.33710.24510.3073
Hunter Lab71.6499-23.3639-11.7157
CIE-Lab76.8828-22.7124-16.3051

#71cbdb color RGB value is (113,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001011 11011011
Octal 161 313 333
Decimal 113 203 219
Hex 71 CB DB

RGB Percentages of Color #71cbdb

%21.12
%37.94
%40.93

CMYK Percentages of Color #71cbdb

%48
%7
%0
%14

Triadic Colors of #71cbdb

#71cbdb #db71cb #cbdb71

Analogous Colors of #71cbdb

#71cbdb #7196db #71dbb6

Monochromatic Colors of #71cbdb

#71cbdb

Complementary Color

#71cbdb #db8171

#71cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cbdb Color CSS Codes

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

#71cbdb Text Font Color

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

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


#71cbdb Background Color

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

This div background color is #71cbdb


#71cbdb Border Color

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

This div border color is #71cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cbdb


Comments

No comments written yet.

Please login to write comment.