Color Hex Logo

#4dacef Color Hex

#4DACEF
(77,172,239)
0 Favorites   0 Comments

Color spaces of #4dacef

RGB 77172239
HSL0.570.840.62
HSV205°68°94°
CMYK 0.680.280.00   0.06
XYZ33.393137.314887.1038
Yxy37.31480.21160.2365
Hunter Lab61.0858-9.3217-41.7830
CIE-Lab67.5125-7.1563-41.6746

#4dacef color RGB value is (77,172,239).

#4dacef hex color red value is 77, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4dacef hue: 0.57 , saturation: 0.84 and the lightness value of 4dacef is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 11101111
Octal 115 254 357
Decimal 77 172 239
Hex 4D AC EF

RGB Percentages of Color #4dacef

%15.78
%35.25
%48.98

CMYK Percentages of Color #4dacef

%68
%28
%0
%6

Triadic Colors of #4dacef

#4dacef #ef4dac #acef4d

Analogous Colors of #4dacef

#4dacef #4d5bef #4defe1

Monochromatic Colors of #4dacef

#4dacef

Complementary Color

#4dacef #ef904d

#4dacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dacef Color CSS Codes

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

#4dacef Text Font Color

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

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


#4dacef Background Color

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

This div background color is #4dacef


#4dacef Border Color

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

This div border color is #4dacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dacef


Comments

No comments written yet.

Please login to write comment.