Color Hex Logo

#4dbcbe Color Hex

#4DBCBE
(77,188,190)
0 Favorites   0 Comments

Color spaces of #4dbcbe

RGB 77188190
HSL0.500.470.52
HSV181°59°75°
CMYK 0.590.010.00   0.25
XYZ30.338141.261955.0806
Yxy41.26190.23950.3257
Hunter Lab64.2354-28.1073-5.8752
CIE-Lab70.3590-30.5306-10.4640

#4dbcbe color RGB value is (77,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111100 10111110
Octal 115 274 276
Decimal 77 188 190
Hex 4D BC BE

RGB Percentages of Color #4dbcbe

%16.92
%41.32
%41.76

CMYK Percentages of Color #4dbcbe

%59
%1
%0
%25

Triadic Colors of #4dbcbe

#4dbcbe #be4dbc #bcbe4d

Analogous Colors of #4dbcbe

#4dbcbe #4d84be #4dbe88

Monochromatic Colors of #4dbcbe

#4dbcbe

Complementary Color

#4dbcbe #be4f4d

#4dbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbcbe Color CSS Codes

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

#4dbcbe Text Font Color

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

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


#4dbcbe Background Color

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

This div background color is #4dbcbe


#4dbcbe Border Color

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

This div border color is #4dbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbcbe


Comments

No comments written yet.

Please login to write comment.