Color Hex Logo

#4daebb Color Hex

#4DAEBB
(77,174,187)
0 Favorites   0 Comments

Color spaces of #4daebb

RGB 77174187
HSL0.520.450.52
HSV187°59°73°
CMYK 0.590.070.00   0.27
XYZ27.166335.437752.4221
Yxy35.43770.23620.3081
Hunter Lab59.5296-22.7183-10.5404
CIE-Lab66.0880-24.4704-15.2215

#4daebb color RGB value is (77,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 10111011
Octal 115 256 273
Decimal 77 174 187
Hex 4D AE BB

RGB Percentages of Color #4daebb

%17.58
%39.73
%42.69

CMYK Percentages of Color #4daebb

%59
%7
%0
%27

Triadic Colors of #4daebb

#4daebb #bb4dae #aebb4d

Analogous Colors of #4daebb

#4daebb #4d77bb #4dbb91

Monochromatic Colors of #4daebb

#4daebb

Complementary Color

#4daebb #bb5a4d

#4daebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daebb Color CSS Codes

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

#4daebb Text Font Color

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

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


#4daebb Background Color

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

This div background color is #4daebb


#4daebb Border Color

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

This div border color is #4daebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,174,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 #4daebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daebb


Comments

No comments written yet.

Please login to write comment.