Color Hex Logo

#4ddbd9 Color Hex

#4DDBD9
(77,219,217)
0 Favorites   0 Comments

Color spaces of #4ddbd9

RGB 77219217
HSL0.500.660.58
HSV179°65°86°
CMYK 0.650.000.01   0.14
XYZ40.916557.250674.5396
Yxy57.25060.23690.3315
Hunter Lab75.6641-35.8857-5.4439
CIE-Lab80.3203-37.6393-10.1980

#4ddbd9 color RGB value is (77,219,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011011 11011001
Octal 115 333 331
Decimal 77 219 217
Hex 4D DB D9

RGB Percentages of Color #4ddbd9

%15.01
%42.69
%42.30

CMYK Percentages of Color #4ddbd9

%65
%0
%1
%14

Triadic Colors of #4ddbd9

#4ddbd9 #d94ddb #dbd94d

Analogous Colors of #4ddbd9

#4ddbd9 #4d96db #4ddb92

Monochromatic Colors of #4ddbd9

#4ddbd9

Complementary Color

#4ddbd9 #db4d4f

#4ddbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddbd9 Color CSS Codes

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

#4ddbd9 Text Font Color

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

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


#4ddbd9 Background Color

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

This div background color is #4ddbd9


#4ddbd9 Border Color

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

This div border color is #4ddbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddbd9


Comments

No comments written yet.

Please login to write comment.