Color Hex Logo

#4dacff Color Hex

#4DACFF
(77,172,255)
0 Favorites   0 Comments

Color spaces of #4dacff

RGB 77172255
HSL0.581.000.65
HSV208°70°100°
CMYK 0.700.330.00   0.00
XYZ35.863138.3028100.1107
Yxy38.30280.20580.2198
Hunter Lab61.8893-4.8704-52.5837
CIE-Lab68.2432-1.8129-49.2310

#4dacff color RGB value is (77,172,255).

#4dacff hex color red value is 77, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4dacff hue: 0.58 , saturation: 1.00 and the lightness value of 4dacff is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 11111111
Octal 115 254 377
Decimal 77 172 255
Hex 4D AC FF

RGB Percentages of Color #4dacff

%15.28
%34.13
%50.60

CMYK Percentages of Color #4dacff

%70
%33
%0
%0

Triadic Colors of #4dacff

#4dacff #ff4dac #acff4d

Analogous Colors of #4dacff

#4dacff #4d53ff #4dfff9

Monochromatic Colors of #4dacff

#4dacff

Complementary Color

#4dacff #ffa04d

#4dacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dacff Color CSS Codes

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

#4dacff Text Font Color

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

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


#4dacff Background Color

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

This div background color is #4dacff


#4dacff Border Color

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

This div border color is #4dacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dacff

Related Colors


Comments

No comments written yet.

Please login to write comment.