Color Hex Logo

#71cafb Color Hex

#71CAFB
(113,202,251)
0 Favorites   0 Comments

Color spaces of #71cafb

RGB 113202251
HSL0.560.950.71
HSV201°55°98°
CMYK 0.550.200.00   0.02
XYZ45.343252.716899.0523
Yxy52.71680.23000.2674
Hunter Lab72.6063-15.5865-30.0612
CIE-Lab77.7075-13.2256-32.2254

#71cafb color RGB value is (113,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001010 11111011
Octal 161 312 373
Decimal 113 202 251
Hex 71 CA FB

RGB Percentages of Color #71cafb

%19.96
%35.69
%44.35

CMYK Percentages of Color #71cafb

%55
%20
%0
%2

Triadic Colors of #71cafb

#71cafb #fb71ca #cafb71

Analogous Colors of #71cafb

#71cafb #7185fb #71fbe7

Monochromatic Colors of #71cafb

#71cafb

Complementary Color

#71cafb #fba271

#71cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cafb Color CSS Codes

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

#71cafb Text Font Color

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

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


#71cafb Background Color

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

This div background color is #71cafb


#71cafb Border Color

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

This div border color is #71cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cafb


Comments

No comments written yet.

Please login to write comment.