Color Hex Logo

#4ae4cc Color Hex

#4AE4CC
(74,228,204)
0 Favorites   0 Comments

Color spaces of #4ae4cc

RGB 74228204
HSL0.470.740.59
HSV171°68°89°
CMYK 0.680.000.11   0.11
XYZ41.466561.302366.7738
Yxy61.30230.24460.3616
Hunter Lab78.2958-42.48164.2421
CIE-Lab82.5410-45.5270-0.0221

#4ae4cc color RGB value is (74,228,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100100 11001100
Octal 112 344 314
Decimal 74 228 204
Hex 4A E4 CC

RGB Percentages of Color #4ae4cc

%14.62
%45.06
%40.32

CMYK Percentages of Color #4ae4cc

%68
%0
%11
%11

Triadic Colors of #4ae4cc

#4ae4cc #cc4ae4 #e4cc4a

Analogous Colors of #4ae4cc

#4ae4cc #4aafe4 #4ae47f

Monochromatic Colors of #4ae4cc

#4ae4cc

Complementary Color

#4ae4cc #e44a62

#4ae4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae4cc Color CSS Codes

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

#4ae4cc Text Font Color

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

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


#4ae4cc Background Color

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

This div background color is #4ae4cc


#4ae4cc Border Color

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

This div border color is #4ae4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae4cc


Comments

No comments written yet.

Please login to write comment.