Color Hex Logo

#4cedab Color Hex

#4CEDAB
(76,237,171)
0 Favorites   0 Comments

Color spaces of #4cedab

RGB 76237171
HSL0.430.820.61
HSV155°68°93°
CMYK 0.680.000.28   0.07
XYZ40.615465.045148.9424
Yxy65.04510.26270.4207
Hunter Lab80.6505-51.246320.4755
CIE-Lab84.5070-56.613520.0833

#4cedab color RGB value is (76,237,171).

#4cedab hex color red value is 76, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4cedab hue: 0.43 , saturation: 0.82 and the lightness value of 4cedab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101101 10101011
Octal 114 355 253
Decimal 76 237 171
Hex 4C ED AB

RGB Percentages of Color #4cedab

%15.70
%48.97
%35.33

CMYK Percentages of Color #4cedab

%68
%0
%28
%7

Triadic Colors of #4cedab

#4cedab #ab4ced #edab4c

Analogous Colors of #4cedab

#4cedab #4cdfed #4ced5b

Monochromatic Colors of #4cedab

#4cedab

Complementary Color

#4cedab #ed4c8e

#4cedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cedab Color CSS Codes

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

#4cedab Text Font Color

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

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


#4cedab Background Color

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

This div background color is #4cedab


#4cedab Border Color

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

This div border color is #4cedab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,237,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 #4cedab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cedab


Comments

No comments written yet.

Please login to write comment.