Color Hex Logo

#4dbfec Color Hex

#4DBFEC
(77,191,236)
0 Favorites   0 Comments

Color spaces of #4dbfec

RGB 77191236
HSL0.550.810.61
HSV197°67°93°
CMYK 0.670.190.00   0.07
XYZ36.831744.895586.0813
Yxy44.89550.21950.2675
Hunter Lab67.0041-19.1369-29.2680
CIE-Lab72.8230-18.3297-31.7892

#4dbfec color RGB value is (77,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111111 11101100
Octal 115 277 354
Decimal 77 191 236
Hex 4D BF EC

RGB Percentages of Color #4dbfec

%15.28
%37.90
%46.83

CMYK Percentages of Color #4dbfec

%67
%19
%0
%7

Triadic Colors of #4dbfec

#4dbfec #ec4dbf #bfec4d

Analogous Colors of #4dbfec

#4dbfec #4d70ec #4decca

Monochromatic Colors of #4dbfec

#4dbfec

Complementary Color

#4dbfec #ec7a4d

#4dbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbfec Color CSS Codes

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

#4dbfec Text Font Color

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

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


#4dbfec Background Color

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

This div background color is #4dbfec


#4dbfec Border Color

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

This div border color is #4dbfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbfec


Comments

No comments written yet.

Please login to write comment.