Color Hex Logo

#4debdc Color Hex

#4DEBDC
(77,235,220)
0 Favorites   0 Comments

Color spaces of #4debdc

RGB 77235220
HSL0.480.800.61
HSV174°67°92°
CMYK 0.670.000.06   0.08
XYZ45.687266.161778.0727
Yxy66.16170.24060.3484
Hunter Lab81.3398-42.08430.0294
CIE-Lab85.0788-44.0130-4.7358

#4debdc color RGB value is (77,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101011 11011100
Octal 115 353 334
Decimal 77 235 220
Hex 4D EB DC

RGB Percentages of Color #4debdc

%14.47
%44.17
%41.35

CMYK Percentages of Color #4debdc

%67
%0
%6
%8

Triadic Colors of #4debdc

#4debdc #dc4deb #ebdc4d

Analogous Colors of #4debdc

#4debdc #4dabeb #4deb8d

Monochromatic Colors of #4debdc

#4debdc

Complementary Color

#4debdc #eb4d5c

#4debdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4debdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4debdc Color CSS Codes

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

#4debdc Text Font Color

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

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


#4debdc Background Color

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

This div background color is #4debdc


#4debdc Border Color

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

This div border color is #4debdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4debdc


Comments

No comments written yet.

Please login to write comment.