Color Hex Logo

#4febdd Color Hex

#4FEBDD
(79,235,221)
0 Favorites   0 Comments

Color spaces of #4febdd

RGB 79235221
HSL0.490.800.62
HSV175°66°92°
CMYK 0.660.000.06   0.08
XYZ45.983966.299478.7801
Yxy66.29940.24070.3470
Hunter Lab81.4244-41.6861-0.3674
CIE-Lab85.1489-43.4691-5.1540

#4febdd color RGB value is (79,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101011 11011101
Octal 117 353 335
Decimal 79 235 221
Hex 4F EB DD

RGB Percentages of Color #4febdd

%14.77
%43.93
%41.31

CMYK Percentages of Color #4febdd

%66
%0
%6
%8

Triadic Colors of #4febdd

#4febdd #dd4feb #ebdd4f

Analogous Colors of #4febdd

#4febdd #4fabeb #4feb8f

Monochromatic Colors of #4febdd

#4febdd

Complementary Color

#4febdd #eb4f5d

#4febdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4febdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4febdd Color CSS Codes

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

#4febdd Text Font Color

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

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


#4febdd Background Color

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

This div background color is #4febdd


#4febdd Border Color

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

This div border color is #4febdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4febdd


Comments

No comments written yet.

Please login to write comment.