Color Hex Logo

#71affc Color Hex

#71AFFC
(113,175,252)
0 Favorites   0 Comments

Color spaces of #71affc

RGB 113175252
HSL0.590.960.72
HSV213°55°99°
CMYK 0.550.310.00   0.01
XYZ39.710741.198997.9547
Yxy41.19890.22200.2303
Hunter Lab64.1864-1.8921-45.5519
CIE-Lab70.31511.7413-44.2525

#71affc color RGB value is (113,175,252).

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

The process color (four color CMYK) of #71affc color hex is 0.55, 0.31, 0.00, 0.01. Web safe color of #71affc is #6699ff. Color #71affc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101111 11111100
Octal 161 257 374
Decimal 113 175 252
Hex 71 AF FC

RGB Percentages of Color #71affc

%20.93
%32.41
%46.67

CMYK Percentages of Color #71affc

%55
%31
%0
%1

Triadic Colors of #71affc

#71affc #fc71af #affc71

Analogous Colors of #71affc

#71affc #7971fc #71f5fc

Monochromatic Colors of #71affc

#71affc

Complementary Color

#71affc #fcbe71

#71affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71affc Color CSS Codes

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

#71affc Text Font Color

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

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


#71affc Background Color

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

This div background color is #71affc


#71affc Border Color

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

This div border color is #71affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71affc


Comments

No comments written yet.

Please login to write comment.