Color Hex Logo

#4dabef Color Hex

#4DABEF
(77,171,239)
0 Favorites   0 Comments

Color spaces of #4dabef

RGB 77171239
HSL0.570.840.62
HSV205°68°94°
CMYK 0.680.280.00   0.06
XYZ33.203536.935687.0406
Yxy36.93560.21120.2350
Hunter Lab60.7747-8.8344-42.3720
CIE-Lab67.2287-6.6018-42.1191

#4dabef color RGB value is (77,171,239).

#4dabef hex color red value is 77, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4dabef hue: 0.57 , saturation: 0.84 and the lightness value of 4dabef is 0.62.

The process color (four color CMYK) of #4dabef color hex is 0.68, 0.28, 0.00, 0.06. Web safe color of #4dabef is #6699ff. Color #4dabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101011 11101111
Octal 115 253 357
Decimal 77 171 239
Hex 4D AB EF

RGB Percentages of Color #4dabef

%15.81
%35.11
%49.08

CMYK Percentages of Color #4dabef

%68
%28
%0
%6

Triadic Colors of #4dabef

#4dabef #ef4dab #abef4d

Analogous Colors of #4dabef

#4dabef #4d5aef #4defe2

Monochromatic Colors of #4dabef

#4dabef

Complementary Color

#4dabef #ef914d

#4dabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dabef Color CSS Codes

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

#4dabef Text Font Color

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

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


#4dabef Background Color

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

This div background color is #4dabef


#4dabef Border Color

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

This div border color is #4dabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dabef


Comments

No comments written yet.

Please login to write comment.