Color Hex Logo

#4d9eed Color Hex

#4D9EED
(77,158,237)
0 Favorites   0 Comments

Color spaces of #4d9eed

RGB 77158237
HSL0.580.820.62
HSV210°68°93°
CMYK 0.680.330.00   0.07
XYZ30.573532.145984.7142
Yxy32.14590.20740.2180
Hunter Lab56.6974-2.9660-48.8998
CIE-Lab63.46330.0739-46.9425

#4d9eed color RGB value is (77,158,237).

#4d9eed hex color red value is 77, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4d9eed hue: 0.58 , saturation: 0.82 and the lightness value of 4d9eed is 0.62.

The process color (four color CMYK) of #4d9eed color hex is 0.68, 0.33, 0.00, 0.07. Web safe color of #4d9eed is #6699ff. Color #4d9eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10011110 11101101
Octal 115 236 355
Decimal 77 158 237
Hex 4D 9E ED

RGB Percentages of Color #4d9eed

%16.31
%33.47
%50.21

CMYK Percentages of Color #4d9eed

%68
%33
%0
%7

Triadic Colors of #4d9eed

#4d9eed #ed4d9e #9eed4d

Analogous Colors of #4d9eed

#4d9eed #4d4eed #4dedec

Monochromatic Colors of #4d9eed

#4d9eed

Complementary Color

#4d9eed #ed9c4d

#4d9eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d9eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d9eed Color CSS Codes

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

#4d9eed Text Font Color

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

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


#4d9eed Background Color

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

This div background color is #4d9eed


#4d9eed Border Color

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

This div border color is #4d9eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d9eed


Comments

No comments written yet.

Please login to write comment.