Color Hex Logo

#74dfad Color Hex

#74DFAD
(116,223,173)
0 Favorites   0 Comments

Color spaces of #74dfad

RGB 116223173
HSL0.420.630.66
HSV152°48°87°
CMYK 0.480.000.22   0.13
XYZ41.133059.505548.8529
Yxy59.50550.27520.3981
Hunter Lab77.1398-39.813716.4493
CIE-Lab81.5687-42.355315.1107

#74dfad color RGB value is (116,223,173).

#74dfad hex color red value is 116, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #74dfad hue: 0.42 , saturation: 0.63 and the lightness value of 74dfad is 0.66.

The process color (four color CMYK) of #74dfad color hex is 0.48, 0.00, 0.22, 0.13. Web safe color of #74dfad is #66cc99. Color #74dfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011111 10101101
Octal 164 337 255
Decimal 116 223 173
Hex 74 DF AD

RGB Percentages of Color #74dfad

%22.66
%43.55
%33.79

CMYK Percentages of Color #74dfad

%48
%0
%22
%13

Triadic Colors of #74dfad

#74dfad #ad74df #dfad74

Analogous Colors of #74dfad

#74dfad #74dcdf #74df78

Monochromatic Colors of #74dfad

#74dfad

Complementary Color

#74dfad #df74a6

#74dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dfad Color CSS Codes

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

#74dfad Text Font Color

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

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


#74dfad Background Color

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

This div background color is #74dfad


#74dfad Border Color

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

This div border color is #74dfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dfad


Comments

No comments written yet.

Please login to write comment.