Color Hex Logo

#4dbaff Color Hex

#4DBAFF
(77,186,255)
0 Favorites   0 Comments

Color spaces of #4dbaff

RGB 77186255
HSL0.561.000.65
HSV203°70°100°
CMYK 0.700.270.00   0.00
XYZ38.669543.9156101.0462
Yxy43.91560.21060.2392
Hunter Lab66.2688-11.8113-44.0167
CIE-Lab72.1720-9.5589-43.0610

#4dbaff color RGB value is (77,186,255).

#4dbaff hex color red value is 77, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4dbaff hue: 0.56 , saturation: 1.00 and the lightness value of 4dbaff is 0.65.

The process color (four color CMYK) of #4dbaff color hex is 0.70, 0.27, 0.00, 0.00. Web safe color of #4dbaff is #66ccff. Color #4dbaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 11111111
Octal 115 272 377
Decimal 77 186 255
Hex 4D BA FF

RGB Percentages of Color #4dbaff

%14.86
%35.91
%49.23

CMYK Percentages of Color #4dbaff

%70
%27
%0
%0

Triadic Colors of #4dbaff

#4dbaff #ff4dba #baff4d

Analogous Colors of #4dbaff

#4dbaff #4d61ff #4dffeb

Monochromatic Colors of #4dbaff

#4dbaff

Complementary Color

#4dbaff #ff924d

#4dbaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbaff Color CSS Codes

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

#4dbaff Text Font Color

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

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


#4dbaff Background Color

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

This div background color is #4dbaff


#4dbaff Border Color

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

This div border color is #4dbaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbaff

Related Colors


Comments

No comments written yet.

Please login to write comment.