Color Hex Logo

#74deab Color Hex

#74DEAB
(116,222,171)
0 Favorites   0 Comments

Color spaces of #74deab

RGB 116222171
HSL0.420.620.66
HSV151°48°87°
CMYK 0.480.000.23   0.13
XYZ40.674458.895847.7523
Yxy58.89580.27610.3998
Hunter Lab76.7436-39.695616.8284
CIE-Lab81.2343-42.324915.6927

#74deab color RGB value is (116,222,171).

#74deab hex color red value is 116, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #74deab hue: 0.42 , saturation: 0.62 and the lightness value of 74deab is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011110 10101011
Octal 164 336 253
Decimal 116 222 171
Hex 74 DE AB

RGB Percentages of Color #74deab

%22.79
%43.61
%33.60

CMYK Percentages of Color #74deab

%48
%0
%23
%13

Triadic Colors of #74deab

#74deab #ab74de #deab74

Analogous Colors of #74deab

#74deab #74dcde #74de76

Monochromatic Colors of #74deab

#74deab

Complementary Color

#74deab #de74a7

#74deab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74deab Color Preview on White Background

Lorem ipsum dolor sit amet.

#74deab Color CSS Codes

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

#74deab Text Font Color

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

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


#74deab Background Color

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

This div background color is #74deab


#74deab Border Color

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

This div border color is #74deab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74deab


Comments

No comments written yet.

Please login to write comment.