Color Hex Logo

#74dfbe Color Hex

#74DFBE
(116,223,190)
0 Favorites   0 Comments

Color spaces of #74dfbe

RGB 116223190
HSL0.450.630.66
HSV161°48°87°
CMYK 0.480.000.15   0.13
XYZ42.884460.206158.0759
Yxy60.20610.26610.3736
Hunter Lab77.5926-37.13249.9379
CIE-Lab81.9501-38.70616.6828

#74dfbe color RGB value is (116,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011111 10111110
Octal 164 337 276
Decimal 116 223 190
Hex 74 DF BE

RGB Percentages of Color #74dfbe

%21.93
%42.16
%35.92

CMYK Percentages of Color #74dfbe

%48
%0
%15
%13

Triadic Colors of #74dfbe

#74dfbe #be74df #dfbe74

Analogous Colors of #74dfbe

#74dfbe #74cbdf #74df89

Monochromatic Colors of #74dfbe

#74dfbe

Complementary Color

#74dfbe #df7495

#74dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dfbe Color CSS Codes

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

#74dfbe Text Font Color

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

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


#74dfbe Background Color

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

This div background color is #74dfbe


#74dfbe Border Color

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

This div border color is #74dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dfbe


Comments

No comments written yet.

Please login to write comment.