Color Hex Logo

#71dcfd Color Hex

#71DCFD
(113,220,253)
0 Favorites   0 Comments

Color spaces of #71dcfd

RGB 113220253
HSL0.540.970.72
HSV194°55°99°
CMYK 0.550.130.00   0.01
XYZ50.132961.7890102.2127
Yxy61.78900.23410.2886
Hunter Lab78.6060-23.7177-22.0716
CIE-Lab82.8011-21.8821-25.4829

#71dcfd color RGB value is (113,220,253).

#71dcfd hex color red value is 113, green value is 220 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #71dcfd hue: 0.54 , saturation: 0.97 and the lightness value of 71dcfd is 0.72.

The process color (four color CMYK) of #71dcfd color hex is 0.55, 0.13, 0.00, 0.01. Web safe color of #71dcfd is #66ccff. Color #71dcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011100 11111101
Octal 161 334 375
Decimal 113 220 253
Hex 71 DC FD

RGB Percentages of Color #71dcfd

%19.28
%37.54
%43.17

CMYK Percentages of Color #71dcfd

%55
%13
%0
%1

Triadic Colors of #71dcfd

#71dcfd #fd71dc #dcfd71

Analogous Colors of #71dcfd

#71dcfd #7196fd #71fdd8

Monochromatic Colors of #71dcfd

#71dcfd

Complementary Color

#71dcfd #fd9271

#71dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dcfd Color CSS Codes

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

#71dcfd Text Font Color

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

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


#71dcfd Background Color

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

This div background color is #71dcfd


#71dcfd Border Color

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

This div border color is #71dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dcfd


Comments

No comments written yet.

Please login to write comment.