Color Hex Logo

#4dafef Color Hex

#4DAFEF
(77,175,239)
0 Favorites   0 Comments

Color spaces of #4dafef

RGB 77175239
HSL0.570.840.62
HSV204°68°94°
CMYK 0.680.270.00   0.06
XYZ33.970538.469787.2963
Yxy38.46970.21270.2408
Hunter Lab62.0239-10.7775-40.0316
CIE-Lab68.3654-8.8105-40.3408

#4dafef color RGB value is (77,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101111 11101111
Octal 115 257 357
Decimal 77 175 239
Hex 4D AF EF

RGB Percentages of Color #4dafef

%15.68
%35.64
%48.68

CMYK Percentages of Color #4dafef

%68
%27
%0
%6

Triadic Colors of #4dafef

#4dafef #ef4daf #afef4d

Analogous Colors of #4dafef

#4dafef #4d5eef #4defde

Monochromatic Colors of #4dafef

#4dafef

Complementary Color

#4dafef #ef8d4d

#4dafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dafef Color CSS Codes

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

#4dafef Text Font Color

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

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


#4dafef Background Color

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

This div background color is #4dafef


#4dafef Border Color

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

This div border color is #4dafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dafef


Comments

No comments written yet.

Please login to write comment.