Color Hex Logo

#4dfaf5 Color Hex

#4DFAF5
(77,250,245)
0 Favorites   0 Comments

Color spaces of #4dfaf5

RGB 77250245
HSL0.500.950.64
HSV178°69°98°
CMYK 0.690.000.02   0.02
XYZ53.727676.541698.3285
Yxy76.54160.23500.3348
Hunter Lab87.4881-43.4848-5.3948
CIE-Lab90.1102-43.9533-10.3682

#4dfaf5 color RGB value is (77,250,245).

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

The process color (four color CMYK) of #4dfaf5 color hex is 0.69, 0.00, 0.02, 0.02. Web safe color of #4dfaf5 is #66ffff. Color #4dfaf5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111010 11110101
Octal 115 372 365
Decimal 77 250 245
Hex 4D FA F5

RGB Percentages of Color #4dfaf5

%13.46
%43.71
%42.83

CMYK Percentages of Color #4dfaf5

%69
%0
%2
%2

Triadic Colors of #4dfaf5

#4dfaf5 #f54dfa #faf54d

Analogous Colors of #4dfaf5

#4dfaf5 #4da9fa #4dfa9f

Monochromatic Colors of #4dfaf5

#4dfaf5

Complementary Color

#4dfaf5 #fa4d52

#4dfaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfaf5 Color CSS Codes

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

#4dfaf5 Text Font Color

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

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


#4dfaf5 Background Color

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

This div background color is #4dfaf5


#4dfaf5 Border Color

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

This div border color is #4dfaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfaf5

Related Colors


Comments

No comments written yet.

Please login to write comment.