Color Hex Logo

#71fdfd Color Hex

#71FDFD
(113,253,253)
0 Favorites   0 Comments

Color spaces of #71fdfd

RGB 113253253
HSL0.500.970.72
HSV180°55°99°
CMYK 0.550.000.00   0.01
XYZ59.665080.8531105.3900
Yxy80.85310.24260.3288
Hunter Lab89.9184-38.9141-6.5488
CIE-Lab92.0663-37.6847-11.5168

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111101 11111101
Octal 161 375 375
Decimal 113 253 253
Hex 71 FD FD

RGB Percentages of Color #71fdfd

%18.26
%40.87
%40.87

CMYK Percentages of Color #71fdfd

%55
%0
%0
%1

Triadic Colors of #71fdfd

#71fdfd #fd71fd #fdfd71

Analogous Colors of #71fdfd

#71fdfd #71b7fd #71fdb7

Monochromatic Colors of #71fdfd

#71fdfd

Complementary Color

#71fdfd #fd7171

#71fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fdfd Color CSS Codes

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

#71fdfd Text Font Color

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

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


#71fdfd Background Color

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

This div background color is #71fdfd


#71fdfd Border Color

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

This div border color is #71fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.