Color Hex Logo

#4cbcc1 Color Hex

#4CBCC1
(76,188,193)
0 Favorites   0 Comments

Color spaces of #4cbcc1

RGB 76188193
HSL0.510.490.53
HSV183°61°76°
CMYK 0.610.030.00   0.24
XYZ30.589341.353256.8218
Yxy41.35320.23760.3212
Hunter Lab64.3065-27.6274-7.3747
CIE-Lab70.4227-29.8644-12.0161

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

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

The process color (four color CMYK) of #4cbcc1 color hex is 0.61, 0.03, 0.00, 0.24. Web safe color of #4cbcc1 is #33cccc. Color #4cbcc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111100 11000001
Octal 114 274 301
Decimal 76 188 193
Hex 4C BC C1

RGB Percentages of Color #4cbcc1

%16.63
%41.14
%42.23

CMYK Percentages of Color #4cbcc1

%61
%3
%0
%24

Triadic Colors of #4cbcc1

#4cbcc1 #c14cbc #bcc14c

Analogous Colors of #4cbcc1

#4cbcc1 #4c82c1 #4cc18c

Monochromatic Colors of #4cbcc1

#4cbcc1

Complementary Color

#4cbcc1 #c1514c

#4cbcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbcc1 Color CSS Codes

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

#4cbcc1 Text Font Color

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

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


#4cbcc1 Background Color

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

This div background color is #4cbcc1


#4cbcc1 Border Color

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

This div border color is #4cbcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbcc1


Comments

No comments written yet.

Please login to write comment.