Color Hex Logo

#71cfaf Color Hex

#71CFAF
(113,207,175)
0 Favorites   0 Comments

Color spaces of #71cfaf

RGB 113207175
HSL0.440.490.63
HSV160°45°81°
CMYK 0.450.000.15   0.19
XYZ36.860751.231548.5033
Yxy51.23150.26990.3751
Hunter Lab71.5762-33.33349.9257
CIE-Lab76.8190-35.45827.2878

#71cfaf color RGB value is (113,207,175).

#71cfaf hex color red value is 113, green value is 207 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #71cfaf hue: 0.44 , saturation: 0.49 and the lightness value of 71cfaf is 0.63.

The process color (four color CMYK) of #71cfaf color hex is 0.45, 0.00, 0.15, 0.19. Web safe color of #71cfaf is #66cc99. Color #71cfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001111 10101111
Octal 161 317 257
Decimal 113 207 175
Hex 71 CF AF

RGB Percentages of Color #71cfaf

%22.83
%41.82
%35.35

CMYK Percentages of Color #71cfaf

%45
%0
%15
%19

Triadic Colors of #71cfaf

#71cfaf #af71cf #cfaf71

Analogous Colors of #71cfaf

#71cfaf #71c0cf #71cf80

Monochromatic Colors of #71cfaf

#71cfaf

Complementary Color

#71cfaf #cf7191

#71cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cfaf Color CSS Codes

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

#71cfaf Text Font Color

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

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


#71cfaf Background Color

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

This div background color is #71cfaf


#71cfaf Border Color

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

This div border color is #71cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cfaf


Comments

No comments written yet.

Please login to write comment.