Color Hex Logo

#4cccbc Color Hex

#4CCCBC
(76,204,188)
0 Favorites   0 Comments

Color spaces of #4cccbc

RGB 76204188
HSL0.480.560.55
HSV173°63°80°
CMYK 0.630.000.08   0.20
XYZ33.650548.353155.1365
Yxy48.35310.24540.3526
Hunter Lab69.5364-35.30781.6635
CIE-Lab75.0471-38.7286-2.4350

#4cccbc color RGB value is (76,204,188).

#4cccbc hex color red value is 76, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4cccbc hue: 0.48 , saturation: 0.56 and the lightness value of 4cccbc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001100 10111100
Octal 114 314 274
Decimal 76 204 188
Hex 4C CC BC

RGB Percentages of Color #4cccbc

%16.24
%43.59
%40.17

CMYK Percentages of Color #4cccbc

%63
%0
%8
%20

Triadic Colors of #4cccbc

#4cccbc #bc4ccc #ccbc4c

Analogous Colors of #4cccbc

#4cccbc #4c9ccc #4ccc7c

Monochromatic Colors of #4cccbc

#4cccbc

Complementary Color

#4cccbc #cc4c5c

#4cccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cccbc Color CSS Codes

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

#4cccbc Text Font Color

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

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


#4cccbc Background Color

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

This div background color is #4cccbc


#4cccbc Border Color

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

This div border color is #4cccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cccbc

#4cccbc Color Palettes


Comments

No comments written yet.

Please login to write comment.