Color Hex Logo

#4daabb Color Hex

#4DAABB
(77,170,187)
0 Favorites   0 Comments

Color spaces of #4daabb

RGB 77170187
HSL0.530.450.52
HSV189°59°73°
CMYK 0.590.090.00   0.27
XYZ26.404933.915152.1683
Yxy33.91510.23470.3015
Hunter Lab58.2367-20.9811-12.3462
CIE-Lab64.8951-22.4347-17.0249

#4daabb color RGB value is (77,170,187).

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

The process color (four color CMYK) of #4daabb color hex is 0.59, 0.09, 0.00, 0.27. Web safe color of #4daabb is #6699cc. Color #4daabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 10111011
Octal 115 252 273
Decimal 77 170 187
Hex 4D AA BB

RGB Percentages of Color #4daabb

%17.74
%39.17
%43.09

CMYK Percentages of Color #4daabb

%59
%9
%0
%27

Triadic Colors of #4daabb

#4daabb #bb4daa #aabb4d

Analogous Colors of #4daabb

#4daabb #4d73bb #4dbb95

Monochromatic Colors of #4daabb

#4daabb

Complementary Color

#4daabb #bb5e4d

#4daabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daabb Color CSS Codes

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

#4daabb Text Font Color

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

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


#4daabb Background Color

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

This div background color is #4daabb


#4daabb Border Color

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

This div border color is #4daabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daabb


Comments

No comments written yet.

Please login to write comment.