Color Hex Logo

#4dbebb Color Hex

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

Color spaces of #4dbebb

RGB 77190187
HSL0.500.470.52
HSV178°59°75°
CMYK 0.590.000.02   0.25
XYZ30.443741.992553.5145
Yxy41.99250.24170.3334
Hunter Lab64.8016-29.5438-3.6018
CIE-Lab70.8657-32.3188-8.0654

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

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

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

Base Numbers

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

RGB Percentages of Color #4dbebb

%16.96
%41.85
%41.19

CMYK Percentages of Color #4dbebb

%59
%0
%2
%25

Triadic Colors of #4dbebb

#4dbebb #bb4dbe #bebb4d

Analogous Colors of #4dbebb

#4dbebb #4d89be #4dbe83

Monochromatic Colors of #4dbebb

#4dbebb

Complementary Color

#4dbebb #be4d50

#4dbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbebb Color CSS Codes

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

#4dbebb Text Font Color

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

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


#4dbebb Background Color

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

This div background color is #4dbebb


#4dbebb Border Color

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

This div border color is #4dbebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbebb


Comments

No comments written yet.

Please login to write comment.