Color Hex Logo

#4ccba6 Color Hex

#4CCBA6
(76,203,166)
0 Favorites   0 Comments

Color spaces of #4ccba6

RGB 76203166
HSL0.450.550.55
HSV163°63°80°
CMYK 0.630.000.18   0.20
XYZ31.219447.001543.5032
Yxy47.00150.25650.3861
Hunter Lab68.5576-38.691510.3679
CIE-Lab74.1907-43.76938.1964

#4ccba6 color RGB value is (76,203,166).

#4ccba6 hex color red value is 76, green value is 203 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #4ccba6 hue: 0.45 , saturation: 0.55 and the lightness value of 4ccba6 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001011 10100110
Octal 114 313 246
Decimal 76 203 166
Hex 4C CB A6

RGB Percentages of Color #4ccba6

%17.08
%45.62
%37.30

CMYK Percentages of Color #4ccba6

%63
%0
%18
%20

Triadic Colors of #4ccba6

#4ccba6 #a64ccb #cba64c

Analogous Colors of #4ccba6

#4ccba6 #4cb1cb #4ccb67

Monochromatic Colors of #4ccba6

#4ccba6

Complementary Color

#4ccba6 #cb4c71

#4ccba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccba6 Color CSS Codes

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

#4ccba6 Text Font Color

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

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


#4ccba6 Background Color

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

This div background color is #4ccba6


#4ccba6 Border Color

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

This div border color is #4ccba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccba6


Comments

No comments written yet.

Please login to write comment.