Color Hex Logo

#4d9aeb Color Hex

#4D9AEB
(77,154,235)
0 Favorites   0 Comments

Color spaces of #4d9aeb

RGB 77154235
HSL0.590.800.61
HSV211°67°92°
CMYK 0.670.340.00   0.08
XYZ29.611630.687182.9598
Yxy30.68710.20670.2142
Hunter Lab55.3959-1.5267-50.0143
CIE-Lab62.24261.7043-47.7684

#4d9aeb color RGB value is (77,154,235).

#4d9aeb hex color red value is 77, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4d9aeb hue: 0.59 , saturation: 0.80 and the lightness value of 4d9aeb is 0.61.

The process color (four color CMYK) of #4d9aeb color hex is 0.67, 0.34, 0.00, 0.08. Web safe color of #4d9aeb is #6699ff. Color #4d9aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10011010 11101011
Octal 115 232 353
Decimal 77 154 235
Hex 4D 9A EB

RGB Percentages of Color #4d9aeb

%16.52
%33.05
%50.43

CMYK Percentages of Color #4d9aeb

%67
%34
%0
%8

Triadic Colors of #4d9aeb

#4d9aeb #eb4d9a #9aeb4d

Analogous Colors of #4d9aeb

#4d9aeb #4f4deb #4de9eb

Monochromatic Colors of #4d9aeb

#4d9aeb

Complementary Color

#4d9aeb #eb9e4d

#4d9aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d9aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d9aeb Color CSS Codes

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

#4d9aeb Text Font Color

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

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


#4d9aeb Background Color

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

This div background color is #4d9aeb


#4d9aeb Border Color

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

This div border color is #4d9aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d9aeb


Comments

No comments written yet.

Please login to write comment.