Color Hex Logo

#4ae7ce Color Hex

#4AE7CE
(74,231,206)
0 Favorites   0 Comments

Color spaces of #4ae7ce

RGB 74231206
HSL0.470.770.60
HSV170°68°91°
CMYK 0.680.000.11   0.09
XYZ42.540563.063968.3230
Yxy63.06390.24460.3626
Hunter Lab79.4128-43.35204.5786
CIE-Lab83.4760-46.31110.2859

#4ae7ce color RGB value is (74,231,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100111 11001110
Octal 112 347 316
Decimal 74 231 206
Hex 4A E7 CE

RGB Percentages of Color #4ae7ce

%14.48
%45.21
%40.31

CMYK Percentages of Color #4ae7ce

%68
%0
%11
%9

Triadic Colors of #4ae7ce

#4ae7ce #ce4ae7 #e7ce4a

Analogous Colors of #4ae7ce

#4ae7ce #4ab2e7 #4ae780

Monochromatic Colors of #4ae7ce

#4ae7ce

Complementary Color

#4ae7ce #e74a63

#4ae7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae7ce Color CSS Codes

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

#4ae7ce Text Font Color

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

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


#4ae7ce Background Color

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

This div background color is #4ae7ce


#4ae7ce Border Color

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

This div border color is #4ae7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae7ce


Comments

No comments written yet.

Please login to write comment.