Color Hex Logo

#71dadc Color Hex

#71DADC
(113,218,220)
0 Favorites   0 Comments

Color spaces of #71dadc

RGB 113218220
HSL0.500.600.65
HSV181°49°86°
CMYK 0.490.010.00   0.14
XYZ44.799758.820876.7025
Yxy58.82080.24840.3262
Hunter Lab76.6947-29.9485-5.6097
CIE-Lab81.1930-29.8165-10.3821

#71dadc color RGB value is (113,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011010 11011100
Octal 161 332 334
Decimal 113 218 220
Hex 71 DA DC

RGB Percentages of Color #71dadc

%20.51
%39.56
%39.93

CMYK Percentages of Color #71dadc

%49
%1
%0
%14

Triadic Colors of #71dadc

#71dadc #dc71da #dadc71

Analogous Colors of #71dadc

#71dadc #71a5dc #71dca9

Monochromatic Colors of #71dadc

#71dadc

Complementary Color

#71dadc #dc7371

#71dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dadc Color CSS Codes

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

#71dadc Text Font Color

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

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


#71dadc Background Color

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

This div background color is #71dadc


#71dadc Border Color

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

This div border color is #71dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dadc


Comments

No comments written yet.

Please login to write comment.