Color Hex Logo

#4cbcb4 Color Hex

#4CBCB4
(76,188,180)
0 Favorites   0 Comments

Color spaces of #4cbcb4

RGB 76188180
HSL0.490.460.52
HSV176°60°74°
CMYK 0.600.000.04   0.26
XYZ29.201940.798249.5158
Yxy40.79820.24430.3414
Hunter Lab63.8735-30.1713-1.2512
CIE-Lab70.0343-33.4511-5.4655

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111100 10110100
Octal 114 274 264
Decimal 76 188 180
Hex 4C BC B4

RGB Percentages of Color #4cbcb4

%17.12
%42.34
%40.54

CMYK Percentages of Color #4cbcb4

%60
%0
%4
%26

Triadic Colors of #4cbcb4

#4cbcb4 #b44cbc #bcb44c

Analogous Colors of #4cbcb4

#4cbcb4 #4c8cbc #4cbc7c

Monochromatic Colors of #4cbcb4

#4cbcb4

Complementary Color

#4cbcb4 #bc4c54

#4cbcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbcb4 Color CSS Codes

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

#4cbcb4 Text Font Color

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

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


#4cbcb4 Background Color

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

This div background color is #4cbcb4


#4cbcb4 Border Color

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

This div border color is #4cbcb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbcb4


Comments

No comments written yet.

Please login to write comment.