color codes Logo

#4cdaaf color codes

#4CDAAF
(76,218,175)
0 Favorites   0 Comments

Color spaces of #4cdaaf

RGB 76218175
HSL0.450.660.58
HSV162°65°85°
CMYK 0.650.000.20   0.15
XYZ35.789854.774549.2437
Yxy54.77450.25600.3918
Hunter Lab74.0098-43.197812.3572
CIE-Lab78.9112-48.042010.1217

#4cdaaf color RGB value is (76,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011010 10101111
Octal 114 332 257
Decimal 76 218 175
Hex 4C DA AF

RGB Percentages of Color #4cdaaf

%16.20
%46.48
%37.31

CMYK Percentages of Color #4cdaaf

%65
%0
%20
%15

Triadic Colors of #4cdaaf

#4cdaaf #af4cda #daaf4c

Analogous Colors of #4cdaaf

#4cdaaf #4cbeda #4cda68

Monochromatic Colors of #4cdaaf

#4cdaaf

Complementary Color

#4cdaaf #da4c77

#4cdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdaaf Color CSS Codes

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

#4cdaaf Text Font Color

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

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


#4cdaaf Background Color

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

This div background color is #4cdaaf


#4cdaaf Border Color

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

This div border color is #4cdaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdaaf


Comments

No comments written yet.

Please login to write comment.