Color Hex Logo

#4dabda Color Hex

#4DABDA
(77,171,218)
0 Favorites   0 Comments

Color spaces of #4dabda

RGB 77171218
HSL0.560.660.58
HSV200°65°85°
CMYK 0.650.220.00   0.15
XYZ30.278435.765671.6373
Yxy35.76560.21990.2598
Hunter Lab59.8043-14.2847-29.1581
CIE-Lab66.3404-13.4334-31.9832

#4dabda color RGB value is (77,171,218).

#4dabda hex color red value is 77, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4dabda hue: 0.56 , saturation: 0.66 and the lightness value of 4dabda is 0.58.

The process color (four color CMYK) of #4dabda color hex is 0.65, 0.22, 0.00, 0.15. Web safe color of #4dabda is #6699cc. Color #4dabda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101011 11011010
Octal 115 253 332
Decimal 77 171 218
Hex 4D AB DA

RGB Percentages of Color #4dabda

%16.52
%36.70
%46.78

CMYK Percentages of Color #4dabda

%65
%22
%0
%15

Triadic Colors of #4dabda

#4dabda #da4dab #abda4d

Analogous Colors of #4dabda

#4dabda #4d65da #4ddac3

Monochromatic Colors of #4dabda

#4dabda

Complementary Color

#4dabda #da7c4d

#4dabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dabda Color CSS Codes

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

#4dabda Text Font Color

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

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


#4dabda Background Color

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

This div background color is #4dabda


#4dabda Border Color

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

This div border color is #4dabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dabda


Comments

No comments written yet.

Please login to write comment.