Color Hex Logo

#4ddaca Color Hex

#4DDACA
(77,218,202)
0 Favorites   0 Comments

Color spaces of #4ddaca

RGB 77218202
HSL0.480.660.58
HSV173°65°85°
CMYK 0.650.000.07   0.15
XYZ38.792655.984964.6387
Yxy55.98490.24330.3512
Hunter Lab74.8231-38.39561.1563
CIE-Lab79.6052-41.2057-3.2530

#4ddaca color RGB value is (77,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011010 11001010
Octal 115 332 312
Decimal 77 218 202
Hex 4D DA CA

RGB Percentages of Color #4ddaca

%15.49
%43.86
%40.64

CMYK Percentages of Color #4ddaca

%65
%0
%7
%15

Triadic Colors of #4ddaca

#4ddaca #ca4dda #daca4d

Analogous Colors of #4ddaca

#4ddaca #4da4da #4dda84

Monochromatic Colors of #4ddaca

#4ddaca

Complementary Color

#4ddaca #da4d5d

#4ddaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddaca Color CSS Codes

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

#4ddaca Text Font Color

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

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


#4ddaca Background Color

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

This div background color is #4ddaca


#4ddaca Border Color

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

This div border color is #4ddaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddaca


Comments

No comments written yet.

Please login to write comment.