Color Hex Logo

#4dbbbe Color Hex

#4DBBBE
(77,187,190)
0 Favorites   0 Comments

Color spaces of #4dbbbe

RGB 77187190
HSL0.500.470.52
HSV182°59°75°
CMYK 0.590.020.00   0.25
XYZ30.125240.836155.0096
Yxy40.83610.23910.3242
Hunter Lab63.9031-27.6820-6.3063
CIE-Lab70.0609-30.0469-10.9094

#4dbbbe color RGB value is (77,187,190).

#4dbbbe hex color red value is 77, green value is 187 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4dbbbe hue: 0.50 , saturation: 0.47 and the lightness value of 4dbbbe is 0.52.

The process color (four color CMYK) of #4dbbbe color hex is 0.59, 0.02, 0.00, 0.25. Web safe color of #4dbbbe is #66cccc. Color #4dbbbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111011 10111110
Octal 115 273 276
Decimal 77 187 190
Hex 4D BB BE

RGB Percentages of Color #4dbbbe

%16.96
%41.19
%41.85

CMYK Percentages of Color #4dbbbe

%59
%2
%0
%25

Triadic Colors of #4dbbbe

#4dbbbe #be4dbb #bbbe4d

Analogous Colors of #4dbbbe

#4dbbbe #4d83be #4dbe89

Monochromatic Colors of #4dbbbe

#4dbbbe

Complementary Color

#4dbbbe #be504d

#4dbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbbbe Color CSS Codes

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

#4dbbbe Text Font Color

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

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


#4dbbbe Background Color

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

This div background color is #4dbbbe


#4dbbbe Border Color

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

This div border color is #4dbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbbbe


Comments

No comments written yet.

Please login to write comment.