Color Hex Logo

#4adeae Color Hex

#4ADEAE
(74,222,174)
0 Favorites   0 Comments

Color spaces of #4adeae

RGB 74222174
HSL0.450.690.58
HSV161°67°87°
CMYK 0.670.000.22   0.13
XYZ36.585356.754449.0708
Yxy56.75440.25690.3985
Hunter Lab75.3355-45.151914.1155
CIE-Lab80.0413-50.257412.2499

#4adeae color RGB value is (74,222,174).

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

The process color (four color CMYK) of #4adeae color hex is 0.67, 0.00, 0.22, 0.13. Web safe color of #4adeae is #33cc99. Color #4adeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011110 10101110
Octal 112 336 256
Decimal 74 222 174
Hex 4A DE AE

RGB Percentages of Color #4adeae

%15.74
%47.23
%37.02

CMYK Percentages of Color #4adeae

%67
%0
%22
%13

Triadic Colors of #4adeae

#4adeae #ae4ade #deae4a

Analogous Colors of #4adeae

#4adeae #4ac4de #4ade64

Monochromatic Colors of #4adeae

#4adeae

Complementary Color

#4adeae #de4a7a

#4adeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adeae Color CSS Codes

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

#4adeae Text Font Color

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

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


#4adeae Background Color

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

This div background color is #4adeae


#4adeae Border Color

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

This div border color is #4adeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adeae


Comments

No comments written yet.

Please login to write comment.