Color Hex Logo

#4dabbc Color Hex

#4DABBC
(77,171,188)
0 Favorites   0 Comments

Color spaces of #4dabbc

RGB 77171188
HSL0.530.450.52
HSV189°59°74°
CMYK 0.590.090.00   0.26
XYZ26.700634.334452.7969
Yxy34.33440.23460.3016
Hunter Lab58.5956-21.2040-12.4057
CIE-Lab65.2271-22.6525-17.0785

#4dabbc color RGB value is (77,171,188).

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

The process color (four color CMYK) of #4dabbc color hex is 0.59, 0.09, 0.00, 0.26. Web safe color of #4dabbc is #6699cc. Color #4dabbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101011 10111100
Octal 115 253 274
Decimal 77 171 188
Hex 4D AB BC

RGB Percentages of Color #4dabbc

%17.66
%39.22
%43.12

CMYK Percentages of Color #4dabbc

%59
%9
%0
%26

Triadic Colors of #4dabbc

#4dabbc #bc4dab #abbc4d

Analogous Colors of #4dabbc

#4dabbc #4d74bc #4dbc96

Monochromatic Colors of #4dabbc

#4dabbc

Complementary Color

#4dabbc #bc5e4d

#4dabbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dabbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dabbc Color CSS Codes

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

#4dabbc Text Font Color

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

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


#4dabbc Background Color

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

This div background color is #4dabbc


#4dabbc Border Color

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

This div border color is #4dabbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,171,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 #4dabbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dabbc


Comments

No comments written yet.

Please login to write comment.