Color Hex Logo

#71cdfa Color Hex

#71CDFA
(113,205,250)
0 Favorites   0 Comments

Color spaces of #71cdfa

RGB 113205250
HSL0.550.930.71
HSV200°55°98°
CMYK 0.550.180.00   0.02
XYZ45.896754.075598.4611
Yxy54.07550.23130.2725
Hunter Lab73.5360-17.2793-27.9111
CIE-Lab78.5057-15.0830-30.4628

#71cdfa color RGB value is (113,205,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001101 11111010
Octal 161 315 372
Decimal 113 205 250
Hex 71 CD FA

RGB Percentages of Color #71cdfa

%19.89
%36.09
%44.01

CMYK Percentages of Color #71cdfa

%55
%18
%0
%2

Triadic Colors of #71cdfa

#71cdfa #fa71cd #cdfa71

Analogous Colors of #71cdfa

#71cdfa #7189fa #71fae3

Monochromatic Colors of #71cdfa

#71cdfa

Complementary Color

#71cdfa #fa9e71

#71cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cdfa Color CSS Codes

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

#71cdfa Text Font Color

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

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


#71cdfa Background Color

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

This div background color is #71cdfa


#71cdfa Border Color

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

This div border color is #71cdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cdfa


Comments

No comments written yet.

Please login to write comment.