Color Hex Logo

#4bd4bd Color Hex

#4BD4BD
(75,212,189)
0 Favorites   0 Comments

Color spaces of #4bd4bd

RGB 75212189
HSL0.470.610.56
HSV170°65°83°
CMYK 0.650.000.11   0.17
XYZ35.630452.256956.3528
Yxy52.25690.24700.3623
Hunter Lab72.2889-38.52504.3828
CIE-Lab77.4342-42.21250.5170

#4bd4bd color RGB value is (75,212,189).

#4bd4bd hex color red value is 75, green value is 212 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4bd4bd hue: 0.47 , saturation: 0.61 and the lightness value of 4bd4bd is 0.56.

The process color (four color CMYK) of #4bd4bd color hex is 0.65, 0.00, 0.11, 0.17. Web safe color of #4bd4bd is #33cccc. Color #4bd4bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010100 10111101
Octal 113 324 275
Decimal 75 212 189
Hex 4B D4 BD

RGB Percentages of Color #4bd4bd

%15.76
%44.54
%39.71

CMYK Percentages of Color #4bd4bd

%65
%0
%11
%17

Triadic Colors of #4bd4bd

#4bd4bd #bd4bd4 #d4bd4b

Analogous Colors of #4bd4bd

#4bd4bd #4ba7d4 #4bd479

Monochromatic Colors of #4bd4bd

#4bd4bd

Complementary Color

#4bd4bd #d44b62

#4bd4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd4bd Color CSS Codes

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

#4bd4bd Text Font Color

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

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


#4bd4bd Background Color

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

This div background color is #4bd4bd


#4bd4bd Border Color

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

This div border color is #4bd4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd4bd


Comments

No comments written yet.

Please login to write comment.