Color Hex Logo

#4cbcbc Color Hex

#4CBCBC
(76,188,188)
0 Favorites   0 Comments

Color spaces of #4cbcbc

RGB 76188188
HSL0.500.460.52
HSV180°60°74°
CMYK 0.600.000.00   0.26
XYZ30.040841.133853.9332
Yxy41.13380.24010.3288
Hunter Lab64.1356-28.6289-4.9634
CIE-Lab70.2696-31.2649-9.5039

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111100 10111100
Octal 114 274 274
Decimal 76 188 188
Hex 4C BC BC

RGB Percentages of Color #4cbcbc

%16.81
%41.59
%41.59

CMYK Percentages of Color #4cbcbc

%60
%0
%0
%26

Triadic Colors of #4cbcbc

#4cbcbc #bc4cbc #bcbc4c

Analogous Colors of #4cbcbc

#4cbcbc #4c84bc #4cbc84

Monochromatic Colors of #4cbcbc

#4cbcbc

Complementary Color

#4cbcbc #bc4c4c

#4cbcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbcbc Color CSS Codes

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

#4cbcbc Text Font Color

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

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


#4cbcbc Background Color

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

This div background color is #4cbcbc


#4cbcbc Border Color

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

This div border color is #4cbcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbcbc


Comments

No comments written yet.

Please login to write comment.