Color Hex Logo

#4ddcbe Color Hex

#4DDCBE
(77,220,190)
0 Favorites   0 Comments

Color spaces of #4ddcbe

RGB 77220190
HSL0.470.670.58
HSV167°65°86°
CMYK 0.650.000.14   0.14
XYZ37.948056.481957.6172
Yxy56.48190.24960.3715
Hunter Lab75.1544-41.38967.1534
CIE-Lab79.8873-45.13303.5544

#4ddcbe color RGB value is (77,220,190).

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

The process color (four color CMYK) of #4ddcbe color hex is 0.65, 0.00, 0.14, 0.14. Web safe color of #4ddcbe is #66cccc. Color #4ddcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011100 10111110
Octal 115 334 276
Decimal 77 220 190
Hex 4D DC BE

RGB Percentages of Color #4ddcbe

%15.81
%45.17
%39.01

CMYK Percentages of Color #4ddcbe

%65
%0
%14
%14

Triadic Colors of #4ddcbe

#4ddcbe #be4ddc #dcbe4d

Analogous Colors of #4ddcbe

#4ddcbe #4db3dc #4ddc77

Monochromatic Colors of #4ddcbe

#4ddcbe

Complementary Color

#4ddcbe #dc4d6b

#4ddcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddcbe Color CSS Codes

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

#4ddcbe Text Font Color

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

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


#4ddcbe Background Color

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

This div background color is #4ddcbe


#4ddcbe Border Color

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

This div border color is #4ddcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddcbe


Comments

No comments written yet.

Please login to write comment.