Color Hex Logo

#4ceeaa Color Hex

#4CEEAA
(76,238,170)
0 Favorites   0 Comments

Color spaces of #4ceeaa

RGB 76238170
HSL0.430.830.62
HSV155°68°93°
CMYK 0.680.000.29   0.07
XYZ40.810765.587948.5390
Yxy65.58790.26340.4233
Hunter Lab80.9864-51.776321.1551
CIE-Lab84.7858-57.212620.9861

#4ceeaa color RGB value is (76,238,170).

#4ceeaa hex color red value is 76, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4ceeaa hue: 0.43 , saturation: 0.83 and the lightness value of 4ceeaa is 0.62.

The process color (four color CMYK) of #4ceeaa color hex is 0.68, 0.00, 0.29, 0.07. Web safe color of #4ceeaa is #33ff99. Color #4ceeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101110 10101010
Octal 114 356 252
Decimal 76 238 170
Hex 4C EE AA

RGB Percentages of Color #4ceeaa

%15.70
%49.17
%35.12

CMYK Percentages of Color #4ceeaa

%68
%0
%29
%7

Triadic Colors of #4ceeaa

#4ceeaa #aa4cee #eeaa4c

Analogous Colors of #4ceeaa

#4ceeaa #4ce1ee #4cee59

Monochromatic Colors of #4ceeaa

#4ceeaa

Complementary Color

#4ceeaa #ee4c90

#4ceeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ceeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ceeaa Color CSS Codes

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

#4ceeaa Text Font Color

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

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


#4ceeaa Background Color

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

This div background color is #4ceeaa


#4ceeaa Border Color

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

This div border color is #4ceeaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,238,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ceeaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ceeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #4ceeaa;
  box-shadow:         1px 1px 3px 2px #4ceeaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,238,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ceeaa


Comments

No comments written yet.

Please login to write comment.