Color Hex Logo

#71dcfc Color Hex

#71DCFC
(113,220,252)
0 Favorites   0 Comments

Color spaces of #71dcfc

RGB 113220252
HSL0.540.960.72
HSV194°55°99°
CMYK 0.550.130.00   0.01
XYZ49.973961.7254101.3757
Yxy61.72540.23450.2897
Hunter Lab78.5655-23.9495-21.5080
CIE-Lab82.7672-22.1635-25.0053

#71dcfc color RGB value is (113,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011100 11111100
Octal 161 334 374
Decimal 113 220 252
Hex 71 DC FC

RGB Percentages of Color #71dcfc

%19.32
%37.61
%43.08

CMYK Percentages of Color #71dcfc

%55
%13
%0
%1

Triadic Colors of #71dcfc

#71dcfc #fc71dc #dcfc71

Analogous Colors of #71dcfc

#71dcfc #7197fc #71fcd7

Monochromatic Colors of #71dcfc

#71dcfc

Complementary Color

#71dcfc #fc9171

#71dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dcfc Color CSS Codes

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

#71dcfc Text Font Color

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

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


#71dcfc Background Color

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

This div background color is #71dcfc


#71dcfc Border Color

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

This div border color is #71dcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.