Color Hex Logo

#74ebad Color Hex

#74EBAD
(116,235,173)
0 Favorites   0 Comments

Color spaces of #74ebad

RGB 116235173
HSL0.410.750.69
HSV149°51°92°
CMYK 0.510.000.26   0.08
XYZ44.453666.146849.9598
Yxy66.14680.27690.4120
Hunter Lab81.3307-44.764420.5108
CIE-Lab85.0712-47.537720.0019

#74ebad color RGB value is (116,235,173).

#74ebad hex color red value is 116, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #74ebad hue: 0.41 , saturation: 0.75 and the lightness value of 74ebad is 0.69.

The process color (four color CMYK) of #74ebad color hex is 0.51, 0.00, 0.26, 0.08. Web safe color of #74ebad is #66ff99. Color #74ebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101011 10101101
Octal 164 353 255
Decimal 116 235 173
Hex 74 EB AD

RGB Percentages of Color #74ebad

%22.14
%44.85
%33.02

CMYK Percentages of Color #74ebad

%51
%0
%26
%8

Triadic Colors of #74ebad

#74ebad #ad74eb #ebad74

Analogous Colors of #74ebad

#74ebad #74ebe9 #77eb74

Monochromatic Colors of #74ebad

#74ebad

Complementary Color

#74ebad #eb74b2

#74ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ebad Color CSS Codes

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

#74ebad Text Font Color

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

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


#74ebad Background Color

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

This div background color is #74ebad


#74ebad Border Color

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

This div border color is #74ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ebad


Comments

No comments written yet.

Please login to write comment.