Color Hex Logo

#71cedb Color Hex

#71CEDB
(113,206,219)
0 Favorites   0 Comments

Color spaces of #71cedb

RGB 113206219
HSL0.520.600.65
HSV187°48°86°
CMYK 0.480.060.00   0.14
XYZ41.667552.767875.0069
Yxy52.76780.24590.3114
Hunter Lab72.6414-24.7340-10.3717
CIE-Lab77.7377-24.2115-15.0184

#71cedb color RGB value is (113,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001110 11011011
Octal 161 316 333
Decimal 113 206 219
Hex 71 CE DB

RGB Percentages of Color #71cedb

%21.00
%38.29
%40.71

CMYK Percentages of Color #71cedb

%48
%6
%0
%14

Triadic Colors of #71cedb

#71cedb #db71ce #cedb71

Analogous Colors of #71cedb

#71cedb #7199db #71dbb3

Monochromatic Colors of #71cedb

#71cedb

Complementary Color

#71cedb #db7e71

#71cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cedb Color CSS Codes

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

#71cedb Text Font Color

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

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


#71cedb Background Color

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

This div background color is #71cedb


#71cedb Border Color

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

This div border color is #71cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cedb


Comments

No comments written yet.

Please login to write comment.