Color Hex Logo

#4dbefe Color Hex

#4DBEFE
(77,190,254)
0 Favorites   0 Comments

Color spaces of #4dbefe

RGB 77190254
HSL0.560.990.65
HSV202°70°100°
CMYK 0.700.250.00   0.00
XYZ39.363445.5604100.4853
Yxy45.56040.21230.2457
Hunter Lab67.4984-14.0256-41.0164
CIE-Lab73.2594-12.0427-40.8246

#4dbefe color RGB value is (77,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111110 11111110
Octal 115 276 376
Decimal 77 190 254
Hex 4D BE FE

RGB Percentages of Color #4dbefe

%14.78
%36.47
%48.75

CMYK Percentages of Color #4dbefe

%70
%25
%0
%0

Triadic Colors of #4dbefe

#4dbefe #fe4dbe #befe4d

Analogous Colors of #4dbefe

#4dbefe #4d66fe #4dfee6

Monochromatic Colors of #4dbefe

#4dbefe

Complementary Color

#4dbefe #fe8d4d

#4dbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbefe Color CSS Codes

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

#4dbefe Text Font Color

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

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


#4dbefe Background Color

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

This div background color is #4dbefe


#4dbefe Border Color

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

This div border color is #4dbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbefe


Comments

No comments written yet.

Please login to write comment.