Color Hex Logo

#4dbfed Color Hex

#4DBFED
(77,191,237)
0 Favorites   0 Comments

Color spaces of #4dbfed

RGB 77191237
HSL0.550.820.62
HSV197°68°93°
CMYK 0.680.190.00   0.07
XYZ36.977444.953886.8488
Yxy44.95380.21910.2663
Hunter Lab67.0476-18.8888-29.8668
CIE-Lab72.8615-18.0153-32.2709

#4dbfed color RGB value is (77,191,237).

#4dbfed hex color red value is 77, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4dbfed hue: 0.55 , saturation: 0.82 and the lightness value of 4dbfed is 0.62.

The process color (four color CMYK) of #4dbfed color hex is 0.68, 0.19, 0.00, 0.07. Web safe color of #4dbfed is #66ccff. Color #4dbfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111111 11101101
Octal 115 277 355
Decimal 77 191 237
Hex 4D BF ED

RGB Percentages of Color #4dbfed

%15.25
%37.82
%46.93

CMYK Percentages of Color #4dbfed

%68
%19
%0
%7

Triadic Colors of #4dbfed

#4dbfed #ed4dbf #bfed4d

Analogous Colors of #4dbfed

#4dbfed #4d6fed #4dedcb

Monochromatic Colors of #4dbfed

#4dbfed

Complementary Color

#4dbfed #ed7b4d

#4dbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbfed Color CSS Codes

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

#4dbfed Text Font Color

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

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


#4dbfed Background Color

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

This div background color is #4dbfed


#4dbfed Border Color

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

This div border color is #4dbfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbfed


Comments

No comments written yet.

Please login to write comment.