Color Hex Logo

#4dfef8 Color Hex

#4DFEF8
(77,254,248)
0 Favorites   0 Comments

Color spaces of #4dfef8

RGB 77254248
HSL0.490.990.65
HSV178°70°100°
CMYK 0.700.000.02   0.00
XYZ55.445779.2387101.1792
Yxy79.23870.23510.3360
Hunter Lab89.0161-44.5955-5.0800
CIE-Lab91.3422-44.9029-10.0946

#4dfef8 color RGB value is (77,254,248).

#4dfef8 hex color red value is 77, green value is 254 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #4dfef8 hue: 0.49 , saturation: 0.99 and the lightness value of 4dfef8 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111110 11111000
Octal 115 376 370
Decimal 77 254 248
Hex 4D FE F8

RGB Percentages of Color #4dfef8

%13.30
%43.87
%42.83

CMYK Percentages of Color #4dfef8

%70
%0
%2
%0

Triadic Colors of #4dfef8

#4dfef8 #f84dfe #fef84d

Analogous Colors of #4dfef8

#4dfef8 #4dacfe #4dfea0

Monochromatic Colors of #4dfef8

#4dfef8

Complementary Color

#4dfef8 #fe4d53

#4dfef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfef8 Color CSS Codes

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

#4dfef8 Text Font Color

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

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


#4dfef8 Background Color

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

This div background color is #4dfef8


#4dfef8 Border Color

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

This div border color is #4dfef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfef8

Related Colors


Comments

No comments written yet.

Please login to write comment.