Color Hex Logo

#4bdcbd Color Hex

#4BDCBD
(75,220,189)
0 Favorites   0 Comments

Color spaces of #4bdcbd

RGB 75220189
HSL0.460.670.58
HSV167°66°86°
CMYK 0.660.000.14   0.14
XYZ37.680256.356457.0360
Yxy56.35640.24940.3730
Hunter Lab75.0709-41.77997.5034
CIE-Lab79.8162-45.69483.9776

#4bdcbd color RGB value is (75,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011100 10111101
Octal 113 334 275
Decimal 75 220 189
Hex 4B DC BD

RGB Percentages of Color #4bdcbd

%15.50
%45.45
%39.05

CMYK Percentages of Color #4bdcbd

%66
%0
%14
%14

Triadic Colors of #4bdcbd

#4bdcbd #bd4bdc #dcbd4b

Analogous Colors of #4bdcbd

#4bdcbd #4bb3dc #4bdc75

Monochromatic Colors of #4bdcbd

#4bdcbd

Complementary Color

#4bdcbd #dc4b6a

#4bdcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdcbd Color CSS Codes

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

#4bdcbd Text Font Color

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

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


#4bdcbd Background Color

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

This div background color is #4bdcbd


#4bdcbd Border Color

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

This div border color is #4bdcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdcbd


Comments

No comments written yet.

Please login to write comment.