Color Hex Logo

#71fccf Color Hex

#71FCCF
(113,252,207)
0 Favorites   0 Comments

Color spaces of #71fccf

RGB 113252207
HSL0.450.960.72
HSV161°55°99°
CMYK 0.550.000.18   0.01
XYZ52.882977.636571.2296
Yxy77.63650.26210.3848
Hunter Lab88.1116-47.062913.7479
CIE-Lab90.6138-48.301910.1980

#71fccf color RGB value is (113,252,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111100 11001111
Octal 161 374 317
Decimal 113 252 207
Hex 71 FC CF

RGB Percentages of Color #71fccf

%19.76
%44.06
%36.19

CMYK Percentages of Color #71fccf

%55
%0
%18
%1

Triadic Colors of #71fccf

#71fccf #cf71fc #fccf71

Analogous Colors of #71fccf

#71fccf #71e4fc #71fc8a

Monochromatic Colors of #71fccf

#71fccf

Complementary Color

#71fccf #fc719e

#71fccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fccf Color CSS Codes

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

#71fccf Text Font Color

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

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


#71fccf Background Color

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

This div background color is #71fccf


#71fccf Border Color

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

This div border color is #71fccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fccf

Related Colors


Comments

No comments written yet.

Please login to write comment.