Color Hex Logo

#4adaae Color Hex

#4ADAAE
(74,218,174)
0 Favorites   0 Comments

Color spaces of #4adaae

RGB 74218174
HSL0.450.660.57
HSV162°66°85°
CMYK 0.660.000.20   0.15
XYZ35.535454.654648.7209
Yxy54.65460.25580.3935
Hunter Lab73.9287-43.575612.6765
CIE-Lab78.8419-48.600810.5474

#4adaae color RGB value is (74,218,174).

#4adaae hex color red value is 74, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4adaae hue: 0.45 , saturation: 0.66 and the lightness value of 4adaae is 0.57.

The process color (four color CMYK) of #4adaae color hex is 0.66, 0.00, 0.20, 0.15. Web safe color of #4adaae is #33cc99. Color #4adaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 10101110
Octal 112 332 256
Decimal 74 218 174
Hex 4A DA AE

RGB Percentages of Color #4adaae

%15.88
%46.78
%37.34

CMYK Percentages of Color #4adaae

%66
%0
%20
%15

Triadic Colors of #4adaae

#4adaae #ae4ada #daae4a

Analogous Colors of #4adaae

#4adaae #4abeda #4ada66

Monochromatic Colors of #4adaae

#4adaae

Complementary Color

#4adaae #da4a76

#4adaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adaae Color CSS Codes

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

#4adaae Text Font Color

<p style="color:#4adaae">Text here</p>

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


#4adaae Background Color

<div style="background-color:#4adaae">
Div content here</div>

This div background color is #4adaae


#4adaae Border Color

<div style="border:3px solid #4adaae">
Div here</div>

This div border color is #4adaae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,218,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4adaae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4adaae;
  -webkit-box-shadow: 1px 1px 3px 2px #4adaae;
  box-shadow:         1px 1px 3px 2px #4adaae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,218,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adaae


Comments

No comments written yet.

Please login to write comment.