Color Hex Logo

#4ffded Color Hex

#4FFDED
(79,253,237)
0 Favorites   0 Comments

Color spaces of #4ffded

RGB 79253237
HSL0.480.980.65
HSV174°69°99°
CMYK 0.690.000.06   0.01
XYZ53.635878.027292.3546
Yxy78.02720.23940.3483
Hunter Lab88.3330-46.1976-0.1562
CIE-Lab90.7923-47.1290-5.1952

#4ffded color RGB value is (79,253,237).

#4ffded hex color red value is 79, green value is 253 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4ffded hue: 0.48 , saturation: 0.98 and the lightness value of 4ffded is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111101 11101101
Octal 117 375 355
Decimal 79 253 237
Hex 4F FD ED

RGB Percentages of Color #4ffded

%13.88
%44.46
%41.65

CMYK Percentages of Color #4ffded

%69
%0
%6
%1

Triadic Colors of #4ffded

#4ffded #ed4ffd #fded4f

Analogous Colors of #4ffded

#4ffded #4fb6fd #4ffd96

Monochromatic Colors of #4ffded

#4ffded

Complementary Color

#4ffded #fd4f5f

#4ffded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffded Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffded Color CSS Codes

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

#4ffded Text Font Color

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

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


#4ffded Background Color

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

This div background color is #4ffded


#4ffded Border Color

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

This div border color is #4ffded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,253,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ffded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ffded;
  -webkit-box-shadow: 1px 1px 3px 2px #4ffded;
  box-shadow:         1px 1px 3px 2px #4ffded; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,253,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffded


Comments

No comments written yet.

Please login to write comment.