Color Hex Logo

#74dcbe Color Hex

#74DCBE
(116,220,190)
0 Favorites   0 Comments

Color spaces of #74dcbe

RGB 116220190
HSL0.450.600.66
HSV163°47°86°
CMYK 0.470.000.14   0.14
XYZ42.089958.617157.8111
Yxy58.61710.26550.3698
Hunter Lab76.5618-35.85278.8239
CIE-Lab81.0807-37.34165.4307

#74dcbe color RGB value is (116,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011100 10111110
Octal 164 334 276
Decimal 116 220 190
Hex 74 DC BE

RGB Percentages of Color #74dcbe

%22.05
%41.83
%36.12

CMYK Percentages of Color #74dcbe

%47
%0
%14
%14

Triadic Colors of #74dcbe

#74dcbe #be74dc #dcbe74

Analogous Colors of #74dcbe

#74dcbe #74c6dc #74dc8a

Monochromatic Colors of #74dcbe

#74dcbe

Complementary Color

#74dcbe #dc7492

#74dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dcbe Color CSS Codes

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

#74dcbe Text Font Color

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

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


#74dcbe Background Color

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

This div background color is #74dcbe


#74dcbe Border Color

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

This div border color is #74dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dcbe


Comments

No comments written yet.

Please login to write comment.