Color Hex Logo

#4ddbba Color Hex

#4DDBBA
(77,219,186)
0 Favorites   0 Comments

Color spaces of #4ddbba

RGB 77219186
HSL0.460.660.58
HSV166°65°86°
CMYK 0.650.000.15   0.14
XYZ37.255055.786055.2586
Yxy55.78600.25120.3762
Hunter Lab74.6900-41.67278.4180
CIE-Lab79.4919-45.68355.1108

#4ddbba color RGB value is (77,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011011 10111010
Octal 115 333 272
Decimal 77 219 186
Hex 4D DB BA

RGB Percentages of Color #4ddbba

%15.98
%45.44
%38.59

CMYK Percentages of Color #4ddbba

%65
%0
%15
%14

Triadic Colors of #4ddbba

#4ddbba #ba4ddb #dbba4d

Analogous Colors of #4ddbba

#4ddbba #4db5db #4ddb73

Monochromatic Colors of #4ddbba

#4ddbba

Complementary Color

#4ddbba #db4d6e

#4ddbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddbba Color CSS Codes

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

#4ddbba Text Font Color

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

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


#4ddbba Background Color

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

This div background color is #4ddbba


#4ddbba Border Color

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

This div border color is #4ddbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddbba


Comments

No comments written yet.

Please login to write comment.