Color Hex Logo

#4dffee Color Hex

#4DFFEE
(77,255,238)
0 Favorites   0 Comments

Color spaces of #4dffee

RGB 77255238
HSL0.481.000.65
HSV174°70°100°
CMYK 0.700.000.07   0.00
XYZ54.253279.270893.3303
Yxy79.27080.23920.3494
Hunter Lab89.0342-47.04030.1730
CIE-Lab91.3567-47.9823-4.8865

#4dffee color RGB value is (77,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111111 11101110
Octal 115 377 356
Decimal 77 255 238
Hex 4D FF EE

RGB Percentages of Color #4dffee

%13.51
%44.74
%41.75

CMYK Percentages of Color #4dffee

%70
%0
%7
%0

Triadic Colors of #4dffee

#4dffee #ee4dff #ffee4d

Analogous Colors of #4dffee

#4dffee #4db7ff #4dff95

Monochromatic Colors of #4dffee

#4dffee

Complementary Color

#4dffee #ff4d5e

#4dffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dffee Color CSS Codes

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

#4dffee Text Font Color

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

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


#4dffee Background Color

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

This div background color is #4dffee


#4dffee Border Color

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

This div border color is #4dffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dffee


Comments

No comments written yet.

Please login to write comment.