Color Hex Logo

#4bdcbc Color Hex

#4BDCBC
(75,220,188)
0 Favorites   0 Comments

Color spaces of #4bdcbc

RGB 75220188
HSL0.460.670.58
HSV167°66°86°
CMYK 0.660.000.15   0.14
XYZ37.572056.313156.4662
Yxy56.31310.24990.3745
Hunter Lab75.0421-41.95237.9160
CIE-Lab79.7917-45.94094.4740

#4bdcbc color RGB value is (75,220,188).

#4bdcbc hex color red value is 75, green value is 220 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4bdcbc hue: 0.46 , saturation: 0.67 and the lightness value of 4bdcbc is 0.58.

The process color (four color CMYK) of #4bdcbc color hex is 0.66, 0.00, 0.15, 0.14. Web safe color of #4bdcbc is #33cccc. Color #4bdcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011100 10111100
Octal 113 334 274
Decimal 75 220 188
Hex 4B DC BC

RGB Percentages of Color #4bdcbc

%15.53
%45.55
%38.92

CMYK Percentages of Color #4bdcbc

%66
%0
%15
%14

Triadic Colors of #4bdcbc

#4bdcbc #bc4bdc #dcbc4b

Analogous Colors of #4bdcbc

#4bdcbc #4bb4dc #4bdc74

Monochromatic Colors of #4bdcbc

#4bdcbc

Complementary Color

#4bdcbc #dc4b6b

#4bdcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdcbc Color CSS Codes

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

#4bdcbc Text Font Color

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

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


#4bdcbc Background Color

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

This div background color is #4bdcbc


#4bdcbc Border Color

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

This div border color is #4bdcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdcbc


Comments

No comments written yet.

Please login to write comment.