Color Hex Logo

#4aeade Color Hex

#4AEADE
(74,234,222)
0 Favorites   0 Comments

Color spaces of #4aeade

RGB 74234222
HSL0.490.790.60
HSV176°68°92°
CMYK 0.680.000.05   0.08
XYZ45.431765.575479.3701
Yxy65.57540.23860.3444
Hunter Lab80.9786-41.5682-1.4272
CIE-Lab84.7794-43.4538-6.2382

#4aeade color RGB value is (74,234,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101010 11011110
Octal 112 352 336
Decimal 74 234 222
Hex 4A EA DE

RGB Percentages of Color #4aeade

%13.96
%44.15
%41.89

CMYK Percentages of Color #4aeade

%68
%0
%5
%8

Triadic Colors of #4aeade

#4aeade #de4aea #eade4a

Analogous Colors of #4aeade

#4aeade #4aa6ea #4aea8e

Monochromatic Colors of #4aeade

#4aeade

Complementary Color

#4aeade #ea4a56

#4aeade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeade Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeade Color CSS Codes

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

#4aeade Text Font Color

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

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


#4aeade Background Color

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

This div background color is #4aeade


#4aeade Border Color

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

This div border color is #4aeade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeade


Comments

No comments written yet.

Please login to write comment.