Color Hex Logo

#4ae4dd Color Hex

#4AE4DD
(74,228,221)
0 Favorites   0 Comments

Color spaces of #4ae4dd

RGB 74228221
HSL0.490.740.59
HSV177°68°89°
CMYK 0.680.000.03   0.11
XYZ43.618662.163178.1064
Yxy62.16310.23720.3380
Hunter Lab78.8436-39.2248-3.5451
CIE-Lab83.0001-41.0557-8.3456

#4ae4dd color RGB value is (74,228,221).

#4ae4dd hex color red value is 74, green value is 228 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4ae4dd hue: 0.49 , saturation: 0.74 and the lightness value of 4ae4dd is 0.59.

The process color (four color CMYK) of #4ae4dd color hex is 0.68, 0.00, 0.03, 0.11. Web safe color of #4ae4dd is #33cccc. Color #4ae4dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100100 11011101
Octal 112 344 335
Decimal 74 228 221
Hex 4A E4 DD

RGB Percentages of Color #4ae4dd

%14.15
%43.59
%42.26

CMYK Percentages of Color #4ae4dd

%68
%0
%3
%11

Triadic Colors of #4ae4dd

#4ae4dd #dd4ae4 #e4dd4a

Analogous Colors of #4ae4dd

#4ae4dd #4a9ee4 #4ae490

Monochromatic Colors of #4ae4dd

#4ae4dd

Complementary Color

#4ae4dd #e44a51

#4ae4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae4dd Color CSS Codes

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

#4ae4dd Text Font Color

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

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


#4ae4dd Background Color

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

This div background color is #4ae4dd


#4ae4dd Border Color

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

This div border color is #4ae4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae4dd


Comments

No comments written yet.

Please login to write comment.