Color Hex Logo

#4cdcae Color Hex

#4CDCAE
(76,220,174)
0 Favorites   0 Comments

Color spaces of #4cdcae

RGB 76220174
HSL0.450.670.58
HSV161°65°86°
CMYK 0.650.000.21   0.14
XYZ36.213755.778948.9021
Yxy55.77890.25700.3959
Hunter Lab74.6853-44.147413.4580
CIE-Lab79.4878-49.107611.4717

#4cdcae color RGB value is (76,220,174).

#4cdcae hex color red value is 76, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4cdcae hue: 0.45 , saturation: 0.67 and the lightness value of 4cdcae is 0.58.

The process color (four color CMYK) of #4cdcae color hex is 0.65, 0.00, 0.21, 0.14. Web safe color of #4cdcae is #33cc99. Color #4cdcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011100 10101110
Octal 114 334 256
Decimal 76 220 174
Hex 4C DC AE

RGB Percentages of Color #4cdcae

%16.17
%46.81
%37.02

CMYK Percentages of Color #4cdcae

%65
%0
%21
%14

Triadic Colors of #4cdcae

#4cdcae #ae4cdc #dcae4c

Analogous Colors of #4cdcae

#4cdcae #4cc2dc #4cdc66

Monochromatic Colors of #4cdcae

#4cdcae

Complementary Color

#4cdcae #dc4c7a

#4cdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdcae Color CSS Codes

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

#4cdcae Text Font Color

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

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


#4cdcae Background Color

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

This div background color is #4cdcae


#4cdcae Border Color

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

This div border color is #4cdcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdcae


Comments

No comments written yet.

Please login to write comment.