Color Hex Logo

#74dcbf Color Hex

#74DCBF
(116,220,191)
0 Favorites   0 Comments

Color spaces of #74dcbf

RGB 116220191
HSL0.450.600.66
HSV163°47°86°
CMYK 0.470.000.13   0.14
XYZ42.199658.661058.3888
Yxy58.66100.26500.3684
Hunter Lab76.5905-35.68398.4136
CIE-Lab81.1049-37.11524.9348

#74dcbf color RGB value is (116,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011100 10111111
Octal 164 334 277
Decimal 116 220 191
Hex 74 DC BF

RGB Percentages of Color #74dcbf

%22.01
%41.75
%36.24

CMYK Percentages of Color #74dcbf

%47
%0
%13
%14

Triadic Colors of #74dcbf

#74dcbf #bf74dc #dcbf74

Analogous Colors of #74dcbf

#74dcbf #74c5dc #74dc8b

Monochromatic Colors of #74dcbf

#74dcbf

Complementary Color

#74dcbf #dc7491

#74dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dcbf Color CSS Codes

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

#74dcbf Text Font Color

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

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


#74dcbf Background Color

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

This div background color is #74dcbf


#74dcbf Border Color

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

This div border color is #74dcbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,220,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 #74dcbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dcbf


Comments

No comments written yet.

Please login to write comment.