Color Hex Logo

#4cdaae Color Hex

#4CDAAE
(76,218,174)
0 Favorites   0 Comments

Color spaces of #4cdaae

RGB 76218174
HSL0.450.660.58
HSV161°65°85°
CMYK 0.650.000.20   0.15
XYZ35.691954.735348.7282
Yxy54.73530.25650.3933
Hunter Lab73.9833-43.356712.7377
CIE-Lab78.8886-48.273910.6202

#4cdaae color RGB value is (76,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011010 10101110
Octal 114 332 256
Decimal 76 218 174
Hex 4C DA AE

RGB Percentages of Color #4cdaae

%16.24
%46.58
%37.18

CMYK Percentages of Color #4cdaae

%65
%0
%20
%15

Triadic Colors of #4cdaae

#4cdaae #ae4cda #daae4c

Analogous Colors of #4cdaae

#4cdaae #4cbfda #4cda67

Monochromatic Colors of #4cdaae

#4cdaae

Complementary Color

#4cdaae #da4c78

#4cdaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdaae Color CSS Codes

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

#4cdaae Text Font Color

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

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


#4cdaae Background Color

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

This div background color is #4cdaae


#4cdaae Border Color

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

This div border color is #4cdaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdaae


Comments

No comments written yet.

Please login to write comment.