Color Hex Logo

#4ddacb Color Hex

#4DDACB
(77,218,203)
0 Favorites   0 Comments

Color spaces of #4ddacb

RGB 77218203
HSL0.480.660.58
HSV174°65°85°
CMYK 0.650.000.07   0.15
XYZ38.911556.032465.2644
Yxy56.03240.24290.3497
Hunter Lab74.8548-38.20690.7046
CIE-Lab79.6323-40.9437-3.7470

#4ddacb color RGB value is (77,218,203).

#4ddacb hex color red value is 77, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4ddacb hue: 0.48 , saturation: 0.66 and the lightness value of 4ddacb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011010 11001011
Octal 115 332 313
Decimal 77 218 203
Hex 4D DA CB

RGB Percentages of Color #4ddacb

%15.46
%43.78
%40.76

CMYK Percentages of Color #4ddacb

%65
%0
%7
%15

Triadic Colors of #4ddacb

#4ddacb #cb4dda #dacb4d

Analogous Colors of #4ddacb

#4ddacb #4da3da #4dda85

Monochromatic Colors of #4ddacb

#4ddacb

Complementary Color

#4ddacb #da4d5c

#4ddacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddacb Color CSS Codes

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

#4ddacb Text Font Color

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

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


#4ddacb Background Color

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

This div background color is #4ddacb


#4ddacb Border Color

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

This div border color is #4ddacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddacb


Comments

No comments written yet.

Please login to write comment.