Color Hex Logo

#4ddbca Color Hex

#4DDBCA
(77,219,202)
0 Favorites   0 Comments

Color spaces of #4ddbca

RGB 77219202
HSL0.480.660.58
HSV173°65°86°
CMYK 0.650.000.08   0.14
XYZ39.052856.505164.7254
Yxy56.50510.24360.3525
Hunter Lab75.1699-38.81171.5670
CIE-Lab79.9004-41.6508-2.8192

#4ddbca color RGB value is (77,219,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011011 11001010
Octal 115 333 312
Decimal 77 219 202
Hex 4D DB CA

RGB Percentages of Color #4ddbca

%15.46
%43.98
%40.56

CMYK Percentages of Color #4ddbca

%65
%0
%8
%14

Triadic Colors of #4ddbca

#4ddbca #ca4ddb #dbca4d

Analogous Colors of #4ddbca

#4ddbca #4da5db #4ddb83

Monochromatic Colors of #4ddbca

#4ddbca

Complementary Color

#4ddbca #db4d5e

#4ddbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddbca Color CSS Codes

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

#4ddbca Text Font Color

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

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


#4ddbca Background Color

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

This div background color is #4ddbca


#4ddbca Border Color

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

This div border color is #4ddbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddbca


Comments

No comments written yet.

Please login to write comment.