Color Hex Logo

#4d8dda Color Hex

#4D8DDA
(77,141,218)
0 Favorites   0 Comments

Color spaces of #4d8dda

RGB 77141218
HSL0.590.660.58
HSV213°65°85°
CMYK 0.650.350.00   0.15
XYZ25.240325.689569.9579
Yxy25.68950.20880.2125
Hunter Lab50.68480.1920-46.3559
CIE-Lab57.74113.5326-45.4395

#4d8dda color RGB value is (77,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10001101 11011010
Octal 115 215 332
Decimal 77 141 218
Hex 4D 8D DA

RGB Percentages of Color #4d8dda

%17.66
%32.34
%50.00

CMYK Percentages of Color #4d8dda

%65
%35
%0
%15

Triadic Colors of #4d8dda

#4d8dda #da4d8d #8dda4d

Analogous Colors of #4d8dda

#4d8dda #544dda #4dd4da

Monochromatic Colors of #4d8dda

#4d8dda

Complementary Color

#4d8dda #da9a4d

#4d8dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d8dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d8dda Color CSS Codes

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

#4d8dda Text Font Color

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

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


#4d8dda Background Color

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

This div background color is #4d8dda


#4d8dda Border Color

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

This div border color is #4d8dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,141,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 #4d8dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d8dda


Comments

No comments written yet.

Please login to write comment.