Color Hex Logo

#4ddeca Color Hex

#4DDECA
(77,222,202)
0 Favorites   0 Comments

Color spaces of #4ddeca

RGB 77222202
HSL0.480.690.59
HSV172°65°87°
CMYK 0.650.000.09   0.13
XYZ39.842558.084664.9886
Yxy58.08460.24460.3565
Hunter Lab76.2133-40.05762.7915
CIE-Lab80.7858-42.9782-1.5203

#4ddeca color RGB value is (77,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011110 11001010
Octal 115 336 312
Decimal 77 222 202
Hex 4D DE CA

RGB Percentages of Color #4ddeca

%15.37
%44.31
%40.32

CMYK Percentages of Color #4ddeca

%65
%0
%9
%13

Triadic Colors of #4ddeca

#4ddeca #ca4dde #deca4d

Analogous Colors of #4ddeca

#4ddeca #4daade #4dde82

Monochromatic Colors of #4ddeca

#4ddeca

Complementary Color

#4ddeca #de4d61

#4ddeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddeca Color CSS Codes

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

#4ddeca Text Font Color

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

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


#4ddeca Background Color

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

This div background color is #4ddeca


#4ddeca Border Color

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

This div border color is #4ddeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddeca


Comments

No comments written yet.

Please login to write comment.