Color Hex Logo

#71fcce Color Hex

#71FCCE
(113,252,206)
0 Favorites   0 Comments

Color spaces of #71fcce

RGB 113252206
HSL0.440.960.72
HSV160°55°99°
CMYK 0.550.000.18   0.01
XYZ52.761077.587770.5877
Yxy77.58770.26260.3861
Hunter Lab88.0839-47.227814.1455
CIE-Lab90.5914-48.521810.6826

#71fcce color RGB value is (113,252,206).

#71fcce hex color red value is 113, green value is 252 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #71fcce hue: 0.44 , saturation: 0.96 and the lightness value of 71fcce is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111100 11001110
Octal 161 374 316
Decimal 113 252 206
Hex 71 FC CE

RGB Percentages of Color #71fcce

%19.79
%44.13
%36.08

CMYK Percentages of Color #71fcce

%55
%0
%18
%1

Triadic Colors of #71fcce

#71fcce #ce71fc #fcce71

Analogous Colors of #71fcce

#71fcce #71e5fc #71fc89

Monochromatic Colors of #71fcce

#71fcce

Complementary Color

#71fcce #fc719f

#71fcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fcce Color CSS Codes

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

#71fcce Text Font Color

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

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


#71fcce Background Color

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

This div background color is #71fcce


#71fcce Border Color

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

This div border color is #71fcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fcce


Comments

No comments written yet.

Please login to write comment.