Color Hex Logo

#4dacec Color Hex

#4DACEC
(77,172,236)
0 Favorites   0 Comments

Color spaces of #4dacec

RGB 77172236
HSL0.570.810.61
HSV204°67°93°
CMYK 0.670.270.00   0.07
XYZ32.953437.139084.7886
Yxy37.13900.21280.2398
Hunter Lab60.9418-10.1268-39.8312
CIE-Lab67.3812-8.1455-40.2413

#4dacec color RGB value is (77,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 11101100
Octal 115 254 354
Decimal 77 172 236
Hex 4D AC EC

RGB Percentages of Color #4dacec

%15.88
%35.46
%48.66

CMYK Percentages of Color #4dacec

%67
%27
%0
%7

Triadic Colors of #4dacec

#4dacec #ec4dac #acec4d

Analogous Colors of #4dacec

#4dacec #4d5cec #4decdd

Monochromatic Colors of #4dacec

#4dacec

Complementary Color

#4dacec #ec8d4d

#4dacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dacec Color CSS Codes

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

#4dacec Text Font Color

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

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


#4dacec Background Color

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

This div background color is #4dacec


#4dacec Border Color

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

This div border color is #4dacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dacec


Comments

No comments written yet.

Please login to write comment.