Color Hex Logo

#4bdbbb Color Hex

#4BDBBB
(75,219,187)
0 Favorites   0 Comments

Color spaces of #4bdbbb

RGB 75219187
HSL0.460.670.58
HSV167°66°86°
CMYK 0.660.000.15   0.14
XYZ37.202855.746755.8131
Yxy55.74670.25010.3747
Hunter Lab74.6637-41.72007.9438
CIE-Lab79.4694-45.75784.5403

#4bdbbb color RGB value is (75,219,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011011 10111011
Octal 113 333 273
Decimal 75 219 187
Hex 4B DB BB

RGB Percentages of Color #4bdbbb

%15.59
%45.53
%38.88

CMYK Percentages of Color #4bdbbb

%66
%0
%15
%14

Triadic Colors of #4bdbbb

#4bdbbb #bb4bdb #dbbb4b

Analogous Colors of #4bdbbb

#4bdbbb #4bb3db #4bdb73

Monochromatic Colors of #4bdbbb

#4bdbbb

Complementary Color

#4bdbbb #db4b6b

#4bdbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdbbb Color CSS Codes

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

#4bdbbb Text Font Color

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

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


#4bdbbb Background Color

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

This div background color is #4bdbbb


#4bdbbb Border Color

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

This div border color is #4bdbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdbbb


Comments

No comments written yet.

Please login to write comment.