Color Hex Logo

#4daac5 Color Hex

#4DAAC5
(77,170,197)
0 Favorites   0 Comments

Color spaces of #4daac5

RGB 77170197
HSL0.540.510.54
HSV194°61°77°
CMYK 0.610.140.00   0.23
XYZ27.513334.358458.0051
Yxy34.35840.22950.2866
Hunter Lab58.6160-18.7934-17.6408
CIE-Lab65.2461-19.4448-22.0513

#4daac5 color RGB value is (77,170,197).

#4daac5 hex color red value is 77, green value is 170 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #4daac5 hue: 0.54 , saturation: 0.51 and the lightness value of 4daac5 is 0.54.

The process color (four color CMYK) of #4daac5 color hex is 0.61, 0.14, 0.00, 0.23. Web safe color of #4daac5 is #6699cc. Color #4daac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 11000101
Octal 115 252 305
Decimal 77 170 197
Hex 4D AA C5

RGB Percentages of Color #4daac5

%17.34
%38.29
%44.37

CMYK Percentages of Color #4daac5

%61
%14
%0
%23

Triadic Colors of #4daac5

#4daac5 #c54daa #aac54d

Analogous Colors of #4daac5

#4daac5 #4d6ec5 #4dc5a4

Monochromatic Colors of #4daac5

#4daac5

Complementary Color

#4daac5 #c5684d

#4daac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daac5 Color CSS Codes

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

#4daac5 Text Font Color

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

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


#4daac5 Background Color

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

This div background color is #4daac5


#4daac5 Border Color

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

This div border color is #4daac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daac5


Comments

No comments written yet.

Please login to write comment.