Color Hex Logo

#71edfe Color Hex

#71EDFE
(113,237,254)
0 Favorites   0 Comments

Color spaces of #71edfe

RGB 113237254
HSL0.520.990.72
HSV187°56°100°
CMYK 0.560.070.00   0.00
XYZ54.983671.2348104.6177
Yxy71.23480.23820.3086
Hunter Lab84.4007-31.4158-14.4116
CIE-Lab87.5990-29.9322-18.7347

#71edfe color RGB value is (113,237,254).

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

The process color (four color CMYK) of #71edfe color hex is 0.56, 0.07, 0.00, 0.00. Web safe color of #71edfe is #66ffff. Color #71edfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101101 11111110
Octal 161 355 376
Decimal 113 237 254
Hex 71 ED FE

RGB Percentages of Color #71edfe

%18.71
%39.24
%42.05

CMYK Percentages of Color #71edfe

%56
%7
%0
%0

Triadic Colors of #71edfe

#71edfe #fe71ed #edfe71

Analogous Colors of #71edfe

#71edfe #71a7fe #71fec9

Monochromatic Colors of #71edfe

#71edfe

Complementary Color

#71edfe #fe8271

#71edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#71edfe Color CSS Codes

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

#71edfe Text Font Color

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

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


#71edfe Background Color

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

This div background color is #71edfe


#71edfe Border Color

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

This div border color is #71edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71edfe


Comments

No comments written yet.

Please login to write comment.