Color Hex Logo

#71cafd Color Hex

#71CAFD
(113,202,253)
0 Favorites   0 Comments

Color spaces of #71cafd

RGB 113202253
HSL0.560.970.72
HSV202°55°99°
CMYK 0.550.200.00   0.01
XYZ45.660252.8436100.7218
Yxy52.84360.22920.2652
Hunter Lab72.6936-15.0946-31.2647
CIE-Lab77.7826-12.6408-33.1787

#71cafd color RGB value is (113,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001010 11111101
Octal 161 312 375
Decimal 113 202 253
Hex 71 CA FD

RGB Percentages of Color #71cafd

%19.89
%35.56
%44.54

CMYK Percentages of Color #71cafd

%55
%20
%0
%1

Triadic Colors of #71cafd

#71cafd #fd71ca #cafd71

Analogous Colors of #71cafd

#71cafd #7184fd #71fdea

Monochromatic Colors of #71cafd

#71cafd

Complementary Color

#71cafd #fda471

#71cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cafd Color CSS Codes

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

#71cafd Text Font Color

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

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


#71cafd Background Color

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

This div background color is #71cafd


#71cafd Border Color

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

This div border color is #71cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cafd


Comments

No comments written yet.

Please login to write comment.