Color Hex Logo

#4fdeed Color Hex

#4FDEED
(79,222,237)
0 Favorites   0 Comments

Color spaces of #4fdeed

RGB 79222237
HSL0.520.810.62
HSV186°67°93°
CMYK 0.670.060.00   0.07
XYZ44.631860.019289.3533
Yxy60.01920.23010.3094
Hunter Lab77.4721-32.7419-14.1524
CIE-Lab81.8486-33.1292-18.5419

#4fdeed color RGB value is (79,222,237).

#4fdeed hex color red value is 79, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4fdeed hue: 0.52 , saturation: 0.81 and the lightness value of 4fdeed is 0.62.

The process color (four color CMYK) of #4fdeed color hex is 0.67, 0.06, 0.00, 0.07. Web safe color of #4fdeed is #66ccff. Color #4fdeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011110 11101101
Octal 117 336 355
Decimal 79 222 237
Hex 4F DE ED

RGB Percentages of Color #4fdeed

%14.68
%41.26
%44.05

CMYK Percentages of Color #4fdeed

%67
%6
%0
%7

Triadic Colors of #4fdeed

#4fdeed #ed4fde #deed4f

Analogous Colors of #4fdeed

#4fdeed #4f8fed #4fedad

Monochromatic Colors of #4fdeed

#4fdeed

Complementary Color

#4fdeed #ed5e4f

#4fdeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdeed Color CSS Codes

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

#4fdeed Text Font Color

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

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


#4fdeed Background Color

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

This div background color is #4fdeed


#4fdeed Border Color

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

This div border color is #4fdeed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,222,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 #4fdeed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdeed


Comments

No comments written yet.

Please login to write comment.