Color Hex Logo

#4dfaff Color Hex

#4DFAFF
(77,250,255)
0 Favorites   0 Comments

Color spaces of #4dfaff

RGB 77250255
HSL0.501.000.65
HSV182°70°100°
CMYK 0.700.020.00   0.00
XYZ55.296277.1690106.5884
Yxy77.16900.23130.3228
Hunter Lab87.8459-41.3702-10.4478
CIE-Lab90.3993-41.2148-15.1379

#4dfaff color RGB value is (77,250,255).

#4dfaff hex color red value is 77, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4dfaff hue: 0.50 , saturation: 1.00 and the lightness value of 4dfaff is 0.65.

The process color (four color CMYK) of #4dfaff color hex is 0.70, 0.02, 0.00, 0.00. Web safe color of #4dfaff is #66ffff. Color #4dfaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111010 11111111
Octal 115 372 377
Decimal 77 250 255
Hex 4D FA FF

RGB Percentages of Color #4dfaff

%13.23
%42.96
%43.81

CMYK Percentages of Color #4dfaff

%70
%2
%0
%0

Triadic Colors of #4dfaff

#4dfaff #ff4dfa #faff4d

Analogous Colors of #4dfaff

#4dfaff #4da1ff #4dffab

Monochromatic Colors of #4dfaff

#4dfaff

Complementary Color

#4dfaff #ff524d

#4dfaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfaff Color CSS Codes

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

#4dfaff Text Font Color

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

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


#4dfaff Background Color

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

This div background color is #4dfaff


#4dfaff Border Color

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

This div border color is #4dfaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfaff

Related Colors


Comments

No comments written yet.

Please login to write comment.