Color Hex Logo

#4dbae8 Color Hex

#4DBAE8
(77,186,232)
0 Favorites   0 Comments

Color spaces of #4dbae8

RGB 77186232
HSL0.550.770.61
HSV198°67°91°
CMYK 0.670.200.00   0.09
XYZ35.185042.521882.6970
Yxy42.52180.21940.2651
Hunter Lab65.2087-17.8012-29.5448
CIE-Lab71.2292-16.9753-32.0812

#4dbae8 color RGB value is (77,186,232).

#4dbae8 hex color red value is 77, green value is 186 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #4dbae8 hue: 0.55 , saturation: 0.77 and the lightness value of 4dbae8 is 0.61.

The process color (four color CMYK) of #4dbae8 color hex is 0.67, 0.20, 0.00, 0.09. Web safe color of #4dbae8 is #66ccff. Color #4dbae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 11101000
Octal 115 272 350
Decimal 77 186 232
Hex 4D BA E8

RGB Percentages of Color #4dbae8

%15.56
%37.58
%46.87

CMYK Percentages of Color #4dbae8

%67
%20
%0
%9

Triadic Colors of #4dbae8

#4dbae8 #e84dba #bae84d

Analogous Colors of #4dbae8

#4dbae8 #4d6de8 #4de8c9

Monochromatic Colors of #4dbae8

#4dbae8

Complementary Color

#4dbae8 #e87b4d

#4dbae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbae8 Color CSS Codes

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

#4dbae8 Text Font Color

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

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


#4dbae8 Background Color

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

This div background color is #4dbae8


#4dbae8 Border Color

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

This div border color is #4dbae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbae8


Comments

No comments written yet.

Please login to write comment.