Color Hex Logo

#4debcc Color Hex

#4DEBCC
(77,235,204)
0 Favorites   0 Comments

Color spaces of #4debcc

RGB 77235204
HSL0.470.800.61
HSV168°67°92°
CMYK 0.670.000.13   0.08
XYZ43.668065.354167.4398
Yxy65.35410.24750.3704
Hunter Lab80.8419-45.05377.1285
CIE-Lab84.6659-48.09033.0785

#4debcc color RGB value is (77,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101011 11001100
Octal 115 353 314
Decimal 77 235 204
Hex 4D EB CC

RGB Percentages of Color #4debcc

%14.92
%45.54
%39.53

CMYK Percentages of Color #4debcc

%67
%0
%13
%8

Triadic Colors of #4debcc

#4debcc #cc4deb #ebcc4d

Analogous Colors of #4debcc

#4debcc #4dbbeb #4deb7d

Monochromatic Colors of #4debcc

#4debcc

Complementary Color

#4debcc #eb4d6c

#4debcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4debcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4debcc Color CSS Codes

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

#4debcc Text Font Color

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

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


#4debcc Background Color

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

This div background color is #4debcc


#4debcc Border Color

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

This div border color is #4debcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4debcc


Comments

No comments written yet.

Please login to write comment.