Color Hex Logo

#71ddfe Color Hex

#71DDFE
(113,221,254)
0 Favorites   0 Comments

Color spaces of #71ddfe

RGB 113221254
HSL0.540.990.72
HSV194°56°100°
CMYK 0.560.130.00   0.00
XYZ50.555962.3794103.1418
Yxy62.37940.23400.2887
Hunter Lab78.9806-23.9574-22.1411
CIE-Lab83.1148-22.1012-25.5336

#71ddfe color RGB value is (113,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 11111110
Octal 161 335 376
Decimal 113 221 254
Hex 71 DD FE

RGB Percentages of Color #71ddfe

%19.22
%37.59
%43.20

CMYK Percentages of Color #71ddfe

%56
%13
%0
%0

Triadic Colors of #71ddfe

#71ddfe #fe71dd #ddfe71

Analogous Colors of #71ddfe

#71ddfe #7197fe #71fed9

Monochromatic Colors of #71ddfe

#71ddfe

Complementary Color

#71ddfe #fe9271

#71ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ddfe Color CSS Codes

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

#71ddfe Text Font Color

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

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


#71ddfe Background Color

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

This div background color is #71ddfe


#71ddfe Border Color

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

This div border color is #71ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.