Color Hex Logo

#4dabbd Color Hex

#4DABBD
(77,171,189)
0 Favorites   0 Comments

Color spaces of #4dabbd

RGB 77171189
HSL0.530.460.52
HSV190°59°74°
CMYK 0.590.100.00   0.26
XYZ26.808834.377753.3667
Yxy34.37770.23400.3001
Hunter Lab58.6325-20.9905-12.9224
CIE-Lab65.2613-22.3579-17.5829

#4dabbd color RGB value is (77,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101011 10111101
Octal 115 253 275
Decimal 77 171 189
Hex 4D AB BD

RGB Percentages of Color #4dabbd

%17.62
%39.13
%43.25

CMYK Percentages of Color #4dabbd

%59
%10
%0
%26

Triadic Colors of #4dabbd

#4dabbd #bd4dab #abbd4d

Analogous Colors of #4dabbd

#4dabbd #4d73bd #4dbd97

Monochromatic Colors of #4dabbd

#4dabbd

Complementary Color

#4dabbd #bd5f4d

#4dabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dabbd Color CSS Codes

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

#4dabbd Text Font Color

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

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


#4dabbd Background Color

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

This div background color is #4dabbd


#4dabbd Border Color

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

This div border color is #4dabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dabbd


Comments

No comments written yet.

Please login to write comment.