Color Hex Logo

#71defa Color Hex

#71DEFA
(113,222,250)
0 Favorites   0 Comments

Color spaces of #71defa

RGB 113222250
HSL0.530.930.71
HSV192°55°98°
CMYK 0.550.110.00   0.02
XYZ50.186662.655499.8911
Yxy62.65540.23590.2945
Hunter Lab79.1552-25.3475-19.4133
CIE-Lab83.2607-23.7192-23.1963

#71defa color RGB value is (113,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011110 11111010
Octal 161 336 372
Decimal 113 222 250
Hex 71 DE FA

RGB Percentages of Color #71defa

%19.32
%37.95
%42.74

CMYK Percentages of Color #71defa

%55
%11
%0
%2

Triadic Colors of #71defa

#71defa #fa71de #defa71

Analogous Colors of #71defa

#71defa #719afa #71fad2

Monochromatic Colors of #71defa

#71defa

Complementary Color

#71defa #fa8d71

#71defa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71defa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71defa Color CSS Codes

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

#71defa Text Font Color

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

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


#71defa Background Color

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

This div background color is #71defa


#71defa Border Color

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

This div border color is #71defa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71defa


Comments

No comments written yet.

Please login to write comment.