Color Hex Logo

#4aeadb Color Hex

#4AEADB
(74,234,219)
0 Favorites   0 Comments

Color spaces of #4aeadb

RGB 74234219
HSL0.480.790.60
HSV174°68°92°
CMYK 0.680.000.06   0.08
XYZ45.033065.416077.2709
Yxy65.41600.23990.3485
Hunter Lab80.8802-42.1538-0.0281
CIE-Lab84.6976-44.2485-4.7781

#4aeadb color RGB value is (74,234,219).

#4aeadb hex color red value is 74, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4aeadb hue: 0.48 , saturation: 0.79 and the lightness value of 4aeadb is 0.60.

The process color (four color CMYK) of #4aeadb color hex is 0.68, 0.00, 0.06, 0.08. Web safe color of #4aeadb is #33ffcc. Color #4aeadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101010 11011011
Octal 112 352 333
Decimal 74 234 219
Hex 4A EA DB

RGB Percentages of Color #4aeadb

%14.04
%44.40
%41.56

CMYK Percentages of Color #4aeadb

%68
%0
%6
%8

Triadic Colors of #4aeadb

#4aeadb #db4aea #eadb4a

Analogous Colors of #4aeadb

#4aeadb #4aa9ea #4aea8b

Monochromatic Colors of #4aeadb

#4aeadb

Complementary Color

#4aeadb #ea4a59

#4aeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeadb Color CSS Codes

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

#4aeadb Text Font Color

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

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


#4aeadb Background Color

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

This div background color is #4aeadb


#4aeadb Border Color

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

This div border color is #4aeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeadb


Comments

No comments written yet.

Please login to write comment.