Color Hex Logo

#4dbafb Color Hex

#4DBAFB
(77,186,251)
0 Favorites   0 Comments

Color spaces of #4dbafb

RGB 77186251
HSL0.560.960.64
HSV202°69°98°
CMYK 0.690.260.00   0.02
XYZ38.032143.660697.6896
Yxy43.66060.21200.2434
Hunter Lab66.0762-12.8923-41.4033
CIE-Lab72.0011-10.8688-41.1713

#4dbafb color RGB value is (77,186,251).

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

The process color (four color CMYK) of #4dbafb color hex is 0.69, 0.26, 0.00, 0.02. Web safe color of #4dbafb is #66ccff. Color #4dbafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 11111011
Octal 115 272 373
Decimal 77 186 251
Hex 4D BA FB

RGB Percentages of Color #4dbafb

%14.98
%36.19
%48.83

CMYK Percentages of Color #4dbafb

%69
%26
%0
%2

Triadic Colors of #4dbafb

#4dbafb #fb4dba #bafb4d

Analogous Colors of #4dbafb

#4dbafb #4d63fb #4dfbe5

Monochromatic Colors of #4dbafb

#4dbafb

Complementary Color

#4dbafb #fb8e4d

#4dbafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbafb Color CSS Codes

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

#4dbafb Text Font Color

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

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


#4dbafb Background Color

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

This div background color is #4dbafb


#4dbafb Border Color

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

This div border color is #4dbafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbafb


Comments

No comments written yet.

Please login to write comment.