Color Hex Logo

#4ae9cc Color Hex

#4AE9CC
(74,233,204)
0 Favorites   0 Comments

Color spaces of #4ae9cc

RGB 74233204
HSL0.470.780.60
HSV169°68°91°
CMYK 0.680.000.12   0.09
XYZ42.862064.093367.2389
Yxy64.09330.24610.3679
Hunter Lab80.0583-44.53586.2447
CIE-Lab84.0143-47.67042.1246

#4ae9cc color RGB value is (74,233,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101001 11001100
Octal 112 351 314
Decimal 74 233 204
Hex 4A E9 CC

RGB Percentages of Color #4ae9cc

%14.48
%45.60
%39.92

CMYK Percentages of Color #4ae9cc

%68
%0
%12
%9

Triadic Colors of #4ae9cc

#4ae9cc #cc4ae9 #e9cc4a

Analogous Colors of #4ae9cc

#4ae9cc #4ab7e9 #4ae97d

Monochromatic Colors of #4ae9cc

#4ae9cc

Complementary Color

#4ae9cc #e94a67

#4ae9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae9cc Color CSS Codes

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

#4ae9cc Text Font Color

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

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


#4ae9cc Background Color

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

This div background color is #4ae9cc


#4ae9cc Border Color

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

This div border color is #4ae9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae9cc


Comments

No comments written yet.

Please login to write comment.