Color Hex Logo

#4d9abe Color Hex

#4D9ABE
(77,154,190)
0 Favorites   0 Comments

Color spaces of #4d9abe

RGB 77154190
HSL0.550.470.52
HSV199°59°75°
CMYK 0.590.190.00   0.25
XYZ23.910428.406752.9380
Yxy28.40670.22720.2699
Hunter Lab53.2979-13.1931-21.5810
CIE-Lab60.2544-13.0470-25.7920

#4d9abe color RGB value is (77,154,190).

#4d9abe hex color red value is 77, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4d9abe hue: 0.55 , saturation: 0.47 and the lightness value of 4d9abe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10011010 10111110
Octal 115 232 276
Decimal 77 154 190
Hex 4D 9A BE

RGB Percentages of Color #4d9abe

%18.29
%36.58
%45.13

CMYK Percentages of Color #4d9abe

%59
%19
%0
%25

Triadic Colors of #4d9abe

#4d9abe #be4d9a #9abe4d

Analogous Colors of #4d9abe

#4d9abe #4d62be #4dbeaa

Monochromatic Colors of #4d9abe

#4d9abe

Complementary Color

#4d9abe #be714d

#4d9abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d9abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d9abe Color CSS Codes

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

#4d9abe Text Font Color

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

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


#4d9abe Background Color

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

This div background color is #4d9abe


#4d9abe Border Color

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

This div border color is #4d9abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d9abe


Comments

No comments written yet.

Please login to write comment.