Color Hex Logo

#4febde Color Hex

#4FEBDE
(79,235,222)
0 Favorites   0 Comments

Color spaces of #4febde

RGB 79235222
HSL0.490.800.62
HSV175°66°92°
CMYK 0.660.000.06   0.08
XYZ46.117666.352979.4840
Yxy66.35290.24030.3457
Hunter Lab81.4573-41.4913-0.8336
CIE-Lab85.1761-43.2063-5.6403

#4febde color RGB value is (79,235,222).

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

The process color (four color CMYK) of #4febde color hex is 0.66, 0.00, 0.06, 0.08. Web safe color of #4febde is #66ffcc. Color #4febde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101011 11011110
Octal 117 353 336
Decimal 79 235 222
Hex 4F EB DE

RGB Percentages of Color #4febde

%14.74
%43.84
%41.42

CMYK Percentages of Color #4febde

%66
%0
%6
%8

Triadic Colors of #4febde

#4febde #de4feb #ebde4f

Analogous Colors of #4febde

#4febde #4faaeb #4feb90

Monochromatic Colors of #4febde

#4febde

Complementary Color

#4febde #eb4f5c

#4febde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4febde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4febde Color CSS Codes

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

#4febde Text Font Color

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

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


#4febde Background Color

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

This div background color is #4febde


#4febde Border Color

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

This div border color is #4febde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4febde


Comments

No comments written yet.

Please login to write comment.