Color Hex Logo

#4ae9be Color Hex

#4AE9BE
(74,233,190)
0 Favorites   0 Comments

Color spaces of #4ae9be

RGB 74233190
HSL0.450.780.60
HSV164°68°91°
CMYK 0.680.000.18   0.09
XYZ41.257263.451458.7881
Yxy63.45140.25230.3881
Hunter Lab79.6564-46.946512.0022
CIE-Lab83.6793-51.07279.0039

#4ae9be color RGB value is (74,233,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101001 10111110
Octal 112 351 276
Decimal 74 233 190
Hex 4A E9 BE

RGB Percentages of Color #4ae9be

%14.89
%46.88
%38.23

CMYK Percentages of Color #4ae9be

%68
%0
%18
%9

Triadic Colors of #4ae9be

#4ae9be #be4ae9 #e9be4a

Analogous Colors of #4ae9be

#4ae9be #4ac5e9 #4ae96f

Monochromatic Colors of #4ae9be

#4ae9be

Complementary Color

#4ae9be #e94a75

#4ae9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae9be Color CSS Codes

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

#4ae9be Text Font Color

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

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


#4ae9be Background Color

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

This div background color is #4ae9be


#4ae9be Border Color

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

This div border color is #4ae9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae9be


Comments

No comments written yet.

Please login to write comment.