Color Hex Logo

#71aefb Color Hex

#71AEFB
(113,174,251)
0 Favorites   0 Comments

Color spaces of #71aefb

RGB 113174251
HSL0.590.950.71
HSV213°55°98°
CMYK 0.550.310.00   0.02
XYZ39.358740.747897.0575
Yxy40.74780.22220.2300
Hunter Lab63.8340-1.6502-45.4647
CIE-Lab69.99891.9964-44.2064

#71aefb color RGB value is (113,174,251).

#71aefb hex color red value is 113, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #71aefb hue: 0.59 , saturation: 0.95 and the lightness value of 71aefb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101110 11111011
Octal 161 256 373
Decimal 113 174 251
Hex 71 AE FB

RGB Percentages of Color #71aefb

%21.00
%32.34
%46.65

CMYK Percentages of Color #71aefb

%55
%31
%0
%2

Triadic Colors of #71aefb

#71aefb #fb71ae #aefb71

Analogous Colors of #71aefb

#71aefb #7971fb #71f3fb

Monochromatic Colors of #71aefb

#71aefb

Complementary Color

#71aefb #fbbe71

#71aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aefb Color CSS Codes

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

#71aefb Text Font Color

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

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


#71aefb Background Color

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

This div background color is #71aefb


#71aefb Border Color

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

This div border color is #71aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aefb

Related Colors


Comments

No comments written yet.

Please login to write comment.