Color Hex Logo

#4debda Color Hex

#4DEBDA
(77,235,218)
0 Favorites   0 Comments

Color spaces of #4debda

RGB 77235218
HSL0.480.800.61
HSV174°67°92°
CMYK 0.670.000.07   0.08
XYZ45.423866.056476.6857
Yxy66.05640.24140.3511
Hunter Lab81.2751-42.46960.9505
CIE-Lab85.0252-44.5359-3.7619

#4debda color RGB value is (77,235,218).

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

The process color (four color CMYK) of #4debda color hex is 0.67, 0.00, 0.07, 0.08. Web safe color of #4debda is #66ffcc. Color #4debda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101011 11011010
Octal 115 353 332
Decimal 77 235 218
Hex 4D EB DA

RGB Percentages of Color #4debda

%14.53
%44.34
%41.13

CMYK Percentages of Color #4debda

%67
%0
%7
%8

Triadic Colors of #4debda

#4debda #da4deb #ebda4d

Analogous Colors of #4debda

#4debda #4dadeb #4deb8b

Monochromatic Colors of #4debda

#4debda

Complementary Color

#4debda #eb4d5e

#4debda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4debda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4debda Color CSS Codes

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

#4debda Text Font Color

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

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


#4debda Background Color

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

This div background color is #4debda


#4debda Border Color

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

This div border color is #4debda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4debda


Comments

No comments written yet.

Please login to write comment.