Color Hex Logo

#71fded Color Hex

#71FDED
(113,253,237)
0 Favorites   0 Comments

Color spaces of #71fded

RGB 113253237
HSL0.480.970.72
HSV173°55°99°
CMYK 0.550.000.06   0.01
XYZ57.221479.875792.5224
Yxy79.87570.24920.3479
Hunter Lab89.3732-42.11811.1821
CIE-Lab91.6291-41.7263-3.8671

#71fded color RGB value is (113,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111101 11101101
Octal 161 375 355
Decimal 113 253 237
Hex 71 FD ED

RGB Percentages of Color #71fded

%18.74
%41.96
%39.30

CMYK Percentages of Color #71fded

%55
%0
%6
%1

Triadic Colors of #71fded

#71fded #ed71fd #fded71

Analogous Colors of #71fded

#71fded #71c7fd #71fda7

Monochromatic Colors of #71fded

#71fded

Complementary Color

#71fded #fd7181

#71fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fded Color CSS Codes

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

#71fded Text Font Color

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

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


#71fded Background Color

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

This div background color is #71fded


#71fded Border Color

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

This div border color is #71fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fded


Comments

No comments written yet.

Please login to write comment.