Color Hex Logo

#4ddcbf Color Hex

#4DDCBF
(77,220,191)
0 Favorites   0 Comments

Color spaces of #4ddcbf

RGB 77220191
HSL0.470.670.58
HSV168°65°86°
CMYK 0.650.000.13   0.14
XYZ38.057756.525858.1949
Yxy56.52580.24910.3700
Hunter Lab75.1836-41.21536.7359
CIE-Lab79.9121-44.88563.0584

#4ddcbf color RGB value is (77,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011100 10111111
Octal 115 334 277
Decimal 77 220 191
Hex 4D DC BF

RGB Percentages of Color #4ddcbf

%15.78
%45.08
%39.14

CMYK Percentages of Color #4ddcbf

%65
%0
%13
%14

Triadic Colors of #4ddcbf

#4ddcbf #bf4ddc #dcbf4d

Analogous Colors of #4ddcbf

#4ddcbf #4db2dc #4ddc78

Monochromatic Colors of #4ddcbf

#4ddcbf

Complementary Color

#4ddcbf #dc4d6a

#4ddcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddcbf Color CSS Codes

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

#4ddcbf Text Font Color

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

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


#4ddcbf Background Color

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

This div background color is #4ddcbf


#4ddcbf Border Color

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

This div border color is #4ddcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddcbf


Comments

No comments written yet.

Please login to write comment.