Color Hex Logo

#4dbdff Color Hex

#4DBDFF
(77,189,255)
0 Favorites   0 Comments

Color spaces of #4dbdff

RGB 77189255
HSL0.561.000.65
HSV202°70°100°
CMYK 0.700.260.00   0.00
XYZ39.308245.1930101.2591
Yxy45.19300.21160.2433
Hunter Lab67.2257-13.2726-42.2478
CIE-Lab73.0188-11.1800-41.7380

#4dbdff color RGB value is (77,189,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111101 11111111
Octal 115 275 377
Decimal 77 189 255
Hex 4D BD FF

RGB Percentages of Color #4dbdff

%14.78
%36.28
%48.94

CMYK Percentages of Color #4dbdff

%70
%26
%0
%0

Triadic Colors of #4dbdff

#4dbdff #ff4dbd #bdff4d

Analogous Colors of #4dbdff

#4dbdff #4d64ff #4dffe8

Monochromatic Colors of #4dbdff

#4dbdff

Complementary Color

#4dbdff #ff8f4d

#4dbdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbdff Color CSS Codes

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

#4dbdff Text Font Color

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

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


#4dbdff Background Color

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

This div background color is #4dbdff


#4dbdff Border Color

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

This div border color is #4dbdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbdff


Comments

No comments written yet.

Please login to write comment.