Color Hex Logo

#71af75 Color Hex

#71AF75
(113,175,117)
0 Favorites   0 Comments

Color spaces of #71af75

RGB 113175117
HSL0.340.280.56
HSV124°35°69°
CMYK 0.350.000.33   0.31
XYZ25.350935.455022.3370
Yxy35.45500.30490.4264
Hunter Lab59.5441-28.205819.4392
CIE-Lab66.1014-32.034223.5986

#71af75 color RGB value is (113,175,117).

#71af75 hex color red value is 113, green value is 175 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #71af75 hue: 0.34 , saturation: 0.28 and the lightness value of 71af75 is 0.56.

The process color (four color CMYK) of #71af75 color hex is 0.35, 0.00, 0.33, 0.31. Web safe color of #71af75 is #669966. Color #71af75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101111 01110101
Octal 161 257 165
Decimal 113 175 117
Hex 71 AF 75

RGB Percentages of Color #71af75

%27.90
%43.21
%28.89

CMYK Percentages of Color #71af75

%35
%0
%33
%31

Triadic Colors of #71af75

#71af75 #7571af #af7571

Analogous Colors of #71af75

#71af75 #71af94 #8caf71

Monochromatic Colors of #71af75

#71af75

Complementary Color

#71af75 #af71ab

#71af75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71af75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71af75 Color CSS Codes

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

#71af75 Text Font Color

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

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


#71af75 Background Color

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

This div background color is #71af75


#71af75 Border Color

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

This div border color is #71af75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71af75


Comments

No comments written yet.

Please login to write comment.