Color Hex Logo

#4bcccc Color Hex

#4BCCCC
(75,204,204)
0 Favorites   0 Comments

Color spaces of #4bcccc

RGB 75204204
HSL0.500.560.55
HSV180°63°80°
CMYK 0.630.000.00   0.20
XYZ35.393649.041264.7272
Yxy49.04120.23730.3288
Hunter Lab70.0294-32.3357-5.7803
CIE-Lab75.4770-34.5765-10.4474

#4bcccc color RGB value is (75,204,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 11001100
Octal 113 314 314
Decimal 75 204 204
Hex 4B CC CC

RGB Percentages of Color #4bcccc

%15.53
%42.24
%42.24

CMYK Percentages of Color #4bcccc

%63
%0
%0
%20

Triadic Colors of #4bcccc

#4bcccc #cc4bcc #cccc4b

Analogous Colors of #4bcccc

#4bcccc #4b8ccc #4bcc8c

Monochromatic Colors of #4bcccc

#4bcccc

Complementary Color

#4bcccc #cc4b4b

#4bcccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcccc Color CSS Codes

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

#4bcccc Text Font Color

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

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


#4bcccc Background Color

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

This div background color is #4bcccc


#4bcccc Border Color

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

This div border color is #4bcccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcccc


Comments

No comments written yet.

Please login to write comment.