Color Hex Logo

#4daabf Color Hex

#4DAABF
(77,170,191)
0 Favorites   0 Comments

Color spaces of #4daabf

RGB 77170191
HSL0.530.470.53
HSV191°60°75°
CMYK 0.600.110.00   0.25
XYZ26.839334.088854.4554
Yxy34.08880.23260.2954
Hunter Lab58.3856-20.1201-14.4290
CIE-Lab65.0330-21.2496-19.0416

#4daabf color RGB value is (77,170,191).

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

The process color (four color CMYK) of #4daabf color hex is 0.60, 0.11, 0.00, 0.25. Web safe color of #4daabf is #6699cc. Color #4daabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 10111111
Octal 115 252 277
Decimal 77 170 191
Hex 4D AA BF

RGB Percentages of Color #4daabf

%17.58
%38.81
%43.61

CMYK Percentages of Color #4daabf

%60
%11
%0
%25

Triadic Colors of #4daabf

#4daabf #bf4daa #aabf4d

Analogous Colors of #4daabf

#4daabf #4d71bf #4dbf9b

Monochromatic Colors of #4daabf

#4daabf

Complementary Color

#4daabf #bf624d

#4daabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daabf Color CSS Codes

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

#4daabf Text Font Color

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

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


#4daabf Background Color

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

This div background color is #4daabf


#4daabf Border Color

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

This div border color is #4daabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daabf


Comments

No comments written yet.

Please login to write comment.