Color Hex Logo

#74d06d Color Hex

#74D06D
(116,208,109)
0 Favorites   0 Comments

Color spaces of #74d06d

RGB 116208109
HSL0.320.510.62
HSV116°48°82°
CMYK 0.440.000.48   0.18
XYZ32.518749.928922.3913
Yxy49.92890.31020.4762
Hunter Lab70.6604-41.508030.6741
CIE-Lab76.0256-46.957340.6138

#74d06d color RGB value is (116,208,109).

#74d06d hex color red value is 116, green value is 208 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #74d06d hue: 0.32 , saturation: 0.51 and the lightness value of 74d06d is 0.62.

The process color (four color CMYK) of #74d06d color hex is 0.44, 0.00, 0.48, 0.18. Web safe color of #74d06d is #66cc66. Color #74d06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11010000 01101101
Octal 164 320 155
Decimal 116 208 109
Hex 74 D0 6D

RGB Percentages of Color #74d06d

%26.79
%48.04
%25.17

CMYK Percentages of Color #74d06d

%44
%0
%48
%18

Triadic Colors of #74d06d

#74d06d #6d74d0 #d06d74

Analogous Colors of #74d06d

#74d06d #6dd098 #a6d06d

Monochromatic Colors of #74d06d

#74d06d

Complementary Color

#74d06d #c96dd0

#74d06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74d06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74d06d Color CSS Codes

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

#74d06d Text Font Color

<p style="color:#74d06d">Text here</p>

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


#74d06d Background Color

<div style="background-color:#74d06d">
Div content here</div>

This div background color is #74d06d


#74d06d Border Color

<div style="border:3px solid #74d06d">
Div here</div>

This div border color is #74d06d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,208,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74d06d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74d06d;
  -webkit-box-shadow: 1px 1px 3px 2px #74d06d;
  box-shadow:         1px 1px 3px 2px #74d06d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74d06d


Comments

No comments written yet.

Please login to write comment.