Color Hex Logo

#4aedad Color Hex

#4AEDAD
(74,237,173)
0 Favorites   0 Comments

Color spaces of #4aedad

RGB 74237173
HSL0.430.820.61
HSV156°69°93°
CMYK 0.690.000.27   0.07
XYZ40.651165.041349.9469
Yxy65.04130.26120.4179
Hunter Lab80.6482-51.160619.7343
CIE-Lab84.5050-56.494819.0389

#4aedad color RGB value is (74,237,173).

#4aedad hex color red value is 74, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4aedad hue: 0.43 , saturation: 0.82 and the lightness value of 4aedad is 0.61.

The process color (four color CMYK) of #4aedad color hex is 0.69, 0.00, 0.27, 0.07. Web safe color of #4aedad is #33ff99. Color #4aedad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101101 10101101
Octal 112 355 255
Decimal 74 237 173
Hex 4A ED AD

RGB Percentages of Color #4aedad

%15.29
%48.97
%35.74

CMYK Percentages of Color #4aedad

%69
%0
%27
%7

Triadic Colors of #4aedad

#4aedad #ad4aed #edad4a

Analogous Colors of #4aedad

#4aedad #4adced #4aed5c

Monochromatic Colors of #4aedad

#4aedad

Complementary Color

#4aedad #ed4a8a

#4aedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aedad Color CSS Codes

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

#4aedad Text Font Color

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

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


#4aedad Background Color

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

This div background color is #4aedad


#4aedad Border Color

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

This div border color is #4aedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aedad


Comments

No comments written yet.

Please login to write comment.