Color Hex Logo

#4cbcab Color Hex

#4CBCAB
(76,188,171)
0 Favorites   0 Comments

Color spaces of #4cbcab

RGB 76188171
HSL0.470.460.52
HSV171°60°74°
CMYK 0.600.000.09   0.26
XYZ28.314440.443244.8421
Yxy40.44320.24920.3560
Hunter Lab63.5950-31.81762.7099
CIE-Lab69.7840-35.8255-0.8973

#4cbcab color RGB value is (76,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111100 10101011
Octal 114 274 253
Decimal 76 188 171
Hex 4C BC AB

RGB Percentages of Color #4cbcab

%17.47
%43.22
%39.31

CMYK Percentages of Color #4cbcab

%60
%0
%9
%26

Triadic Colors of #4cbcab

#4cbcab #ab4cbc #bcab4c

Analogous Colors of #4cbcab

#4cbcab #4c95bc #4cbc73

Monochromatic Colors of #4cbcab

#4cbcab

Complementary Color

#4cbcab #bc4c5d

#4cbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbcab Color CSS Codes

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

#4cbcab Text Font Color

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

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


#4cbcab Background Color

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

This div background color is #4cbcab


#4cbcab Border Color

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

This div border color is #4cbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbcab


Comments

No comments written yet.

Please login to write comment.