Color Hex Logo

#74dfbf Color Hex

#74DFBF
(116,223,191)
0 Favorites   0 Comments

Color spaces of #74dfbf

RGB 116223191
HSL0.450.630.66
HSV162°48°87°
CMYK 0.480.000.14   0.13
XYZ42.994160.249958.6536
Yxy60.24990.26560.3721
Hunter Lab77.6208-36.96549.5325
CIE-Lab81.9738-38.48176.1877

#74dfbf color RGB value is (116,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011111 10111111
Octal 164 337 277
Decimal 116 223 191
Hex 74 DF BF

RGB Percentages of Color #74dfbf

%21.89
%42.08
%36.04

CMYK Percentages of Color #74dfbf

%48
%0
%14
%13

Triadic Colors of #74dfbf

#74dfbf #bf74df #dfbf74

Analogous Colors of #74dfbf

#74dfbf #74cadf #74df8a

Monochromatic Colors of #74dfbf

#74dfbf

Complementary Color

#74dfbf #df7494

#74dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dfbf Color CSS Codes

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

#74dfbf Text Font Color

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

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


#74dfbf Background Color

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

This div background color is #74dfbf


#74dfbf Border Color

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

This div border color is #74dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dfbf


Comments

No comments written yet.

Please login to write comment.