Color Hex Logo

#71cdfe Color Hex

#71CDFE
(113,205,254)
0 Favorites   0 Comments

Color spaces of #71cdfe

RGB 113205254
HSL0.560.990.72
HSV201°56°100°
CMYK 0.560.190.00   0.00
XYZ46.530854.3291101.8001
Yxy54.32910.22960.2681
Hunter Lab73.7083-16.3054-30.2909
CIE-Lab78.6532-13.9205-32.3705

#71cdfe color RGB value is (113,205,254).

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

The process color (four color CMYK) of #71cdfe color hex is 0.56, 0.19, 0.00, 0.00. Web safe color of #71cdfe is #66ccff. Color #71cdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001101 11111110
Octal 161 315 376
Decimal 113 205 254
Hex 71 CD FE

RGB Percentages of Color #71cdfe

%19.76
%35.84
%44.41

CMYK Percentages of Color #71cdfe

%56
%19
%0
%0

Triadic Colors of #71cdfe

#71cdfe #fe71cd #cdfe71

Analogous Colors of #71cdfe

#71cdfe #7187fe #71fee9

Monochromatic Colors of #71cdfe

#71cdfe

Complementary Color

#71cdfe #fea271

#71cdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cdfe Color CSS Codes

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

#71cdfe Text Font Color

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

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


#71cdfe Background Color

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

This div background color is #71cdfe


#71cdfe Border Color

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

This div border color is #71cdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cdfe


Comments

No comments written yet.

Please login to write comment.