Color Hex Logo

#71d0fa Color Hex

#71D0FA
(113,208,250)
0 Favorites   0 Comments

Color spaces of #71d0fa

RGB 113208250
HSL0.550.930.71
HSV198°55°98°
CMYK 0.550.170.00   0.02
XYZ46.621255.524698.7026
Yxy55.52460.23210.2765
Hunter Lab74.5148-18.7200-26.3754
CIE-Lab79.3425-16.6364-29.1781

#71d0fa color RGB value is (113,208,250).

#71d0fa hex color red value is 113, green value is 208 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #71d0fa hue: 0.55 , saturation: 0.93 and the lightness value of 71d0fa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11010000 11111010
Octal 161 320 372
Decimal 113 208 250
Hex 71 D0 FA

RGB Percentages of Color #71d0fa

%19.79
%36.43
%43.78

CMYK Percentages of Color #71d0fa

%55
%17
%0
%2

Triadic Colors of #71d0fa

#71d0fa #fa71d0 #d0fa71

Analogous Colors of #71d0fa

#71d0fa #718cfa #71fae0

Monochromatic Colors of #71d0fa

#71d0fa

Complementary Color

#71d0fa #fa9b71

#71d0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71d0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71d0fa Color CSS Codes

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

#71d0fa Text Font Color

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

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


#71d0fa Background Color

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

This div background color is #71d0fa


#71d0fa Border Color

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

This div border color is #71d0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71d0fa

Related Colors


Comments

No comments written yet.

Please login to write comment.