Color Hex Logo

#71faed Color Hex

#71FAED
(113,250,237)
0 Favorites   0 Comments

Color spaces of #71faed

RGB 113250237
HSL0.480.930.71
HSV174°55°98°
CMYK 0.550.000.05   0.02
XYZ56.281777.996392.2092
Yxy77.99630.24850.3444
Hunter Lab88.3155-40.7977-0.0831
CIE-Lab90.7782-40.3828-5.1201

#71faed color RGB value is (113,250,237).

#71faed hex color red value is 113, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #71faed hue: 0.48 , saturation: 0.93 and the lightness value of 71faed is 0.71.

The process color (four color CMYK) of #71faed color hex is 0.55, 0.00, 0.05, 0.02. Web safe color of #71faed is #66ffff. Color #71faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111010 11101101
Octal 161 372 355
Decimal 113 250 237
Hex 71 FA ED

RGB Percentages of Color #71faed

%18.83
%41.67
%39.50

CMYK Percentages of Color #71faed

%55
%0
%5
%2

Triadic Colors of #71faed

#71faed #ed71fa #faed71

Analogous Colors of #71faed

#71faed #71c3fa #71faa9

Monochromatic Colors of #71faed

#71faed

Complementary Color

#71faed #fa717e

#71faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#71faed Color CSS Codes

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

#71faed Text Font Color

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

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


#71faed Background Color

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

This div background color is #71faed


#71faed Border Color

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

This div border color is #71faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71faed


Comments

No comments written yet.

Please login to write comment.