Color Hex Logo

#4cbdac Color Hex

#4CBDAC
(76,189,172)
0 Favorites   0 Comments

Color spaces of #4cbdac

RGB 76189172
HSL0.470.460.52
HSV171°60°74°
CMYK 0.600.000.09   0.26
XYZ28.624540.910245.4175
Yxy40.91020.24900.3559
Hunter Lab63.9611-32.04782.6721
CIE-Lab70.1130-36.0287-0.9639

#4cbdac color RGB value is (76,189,172).

#4cbdac hex color red value is 76, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4cbdac hue: 0.47 , saturation: 0.46 and the lightness value of 4cbdac is 0.52.

The process color (four color CMYK) of #4cbdac color hex is 0.60, 0.00, 0.09, 0.26. Web safe color of #4cbdac is #33cc99. Color #4cbdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111101 10101100
Octal 114 275 254
Decimal 76 189 172
Hex 4C BD AC

RGB Percentages of Color #4cbdac

%17.39
%43.25
%39.36

CMYK Percentages of Color #4cbdac

%60
%0
%9
%26

Triadic Colors of #4cbdac

#4cbdac #ac4cbd #bdac4c

Analogous Colors of #4cbdac

#4cbdac #4c96bd #4cbd74

Monochromatic Colors of #4cbdac

#4cbdac

Complementary Color

#4cbdac #bd4c5d

#4cbdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbdac Color CSS Codes

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

#4cbdac Text Font Color

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

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


#4cbdac Background Color

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

This div background color is #4cbdac


#4cbdac Border Color

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

This div border color is #4cbdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbdac


Comments

No comments written yet.

Please login to write comment.