Color Hex Logo

#4deabc Color Hex

#4DEABC
(77,234,188)
0 Favorites   0 Comments

Color spaces of #4deabc

RGB 77234188
HSL0.450.790.61
HSV162°67°92°
CMYK 0.670.000.20   0.08
XYZ41.560564.054357.7502
Yxy64.05430.25440.3921
Hunter Lab80.0339-47.366813.2418
CIE-Lab83.9940-51.503810.5106

#4deabc color RGB value is (77,234,188).

#4deabc hex color red value is 77, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4deabc hue: 0.45 , saturation: 0.79 and the lightness value of 4deabc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101010 10111100
Octal 115 352 274
Decimal 77 234 188
Hex 4D EA BC

RGB Percentages of Color #4deabc

%15.43
%46.89
%37.68

CMYK Percentages of Color #4deabc

%67
%0
%20
%8

Triadic Colors of #4deabc

#4deabc #bc4dea #eabc4d

Analogous Colors of #4deabc

#4deabc #4dcaea #4dea6e

Monochromatic Colors of #4deabc

#4deabc

Complementary Color

#4deabc #ea4d7b

#4deabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deabc Color CSS Codes

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

#4deabc Text Font Color

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

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


#4deabc Background Color

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

This div background color is #4deabc


#4deabc Border Color

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

This div border color is #4deabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deabc

#4deabc Color Palettes


Comments

No comments written yet.

Please login to write comment.