Color Hex Logo

#4ae0cd Color Hex

#4AE0CD
(74,224,205)
0 Favorites   0 Comments

Color spaces of #4ae0cd

RGB 74224205
HSL0.480.710.58
HSV172°67°88°
CMYK 0.670.000.08   0.12
XYZ40.499159.174967.0450
Yxy59.17490.24290.3549
Hunter Lab76.9252-40.64362.1728
CIE-Lab81.3876-43.5279-2.2403

#4ae0cd color RGB value is (74,224,205).

#4ae0cd hex color red value is 74, green value is 224 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4ae0cd hue: 0.48 , saturation: 0.71 and the lightness value of 4ae0cd is 0.58.

The process color (four color CMYK) of #4ae0cd color hex is 0.67, 0.00, 0.08, 0.12. Web safe color of #4ae0cd is #33cccc. Color #4ae0cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100000 11001101
Octal 112 340 315
Decimal 74 224 205
Hex 4A E0 CD

RGB Percentages of Color #4ae0cd

%14.71
%44.53
%40.76

CMYK Percentages of Color #4ae0cd

%67
%0
%8
%12

Triadic Colors of #4ae0cd

#4ae0cd #cd4ae0 #e0cd4a

Analogous Colors of #4ae0cd

#4ae0cd #4aa8e0 #4ae082

Monochromatic Colors of #4ae0cd

#4ae0cd

Complementary Color

#4ae0cd #e04a5d

#4ae0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae0cd Color CSS Codes

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

#4ae0cd Text Font Color

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

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


#4ae0cd Background Color

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

This div background color is #4ae0cd


#4ae0cd Border Color

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

This div border color is #4ae0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae0cd


Comments

No comments written yet.

Please login to write comment.