Color Hex Logo

#4cceab Color Hex

#4CCEAB
(76,206,171)
0 Favorites   0 Comments

Color spaces of #4cceab

RGB 76206171
HSL0.460.570.55
HSV164°63°81°
CMYK 0.630.000.17   0.19
XYZ32.402548.619446.2048
Yxy48.61940.25470.3821
Hunter Lab69.7276-39.07429.5210
CIE-Lab75.2139-43.87576.9723

#4cceab color RGB value is (76,206,171).

#4cceab hex color red value is 76, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4cceab hue: 0.46 , saturation: 0.57 and the lightness value of 4cceab is 0.55.

The process color (four color CMYK) of #4cceab color hex is 0.63, 0.00, 0.17, 0.19. Web safe color of #4cceab is #33cc99. Color #4cceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001110 10101011
Octal 114 316 253
Decimal 76 206 171
Hex 4C CE AB

RGB Percentages of Color #4cceab

%16.78
%45.47
%37.75

CMYK Percentages of Color #4cceab

%63
%0
%17
%19

Triadic Colors of #4cceab

#4cceab #ab4cce #ceab4c

Analogous Colors of #4cceab

#4cceab #4cb0ce #4cce6a

Monochromatic Colors of #4cceab

#4cceab

Complementary Color

#4cceab #ce4c6f

#4cceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cceab Color CSS Codes

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

#4cceab Text Font Color

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

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


#4cceab Background Color

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

This div background color is #4cceab


#4cceab Border Color

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

This div border color is #4cceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cceab


Comments

No comments written yet.

Please login to write comment.