Color Hex Logo

#4febbd Color Hex

#4FEBBD
(79,235,189)
0 Favorites   0 Comments

Color spaces of #4febbd

RGB 79235189
HSL0.450.800.62
HSV162°66°92°
CMYK 0.660.000.20   0.08
XYZ42.118164.753058.4228
Yxy64.75300.25480.3917
Hunter Lab80.4692-47.393213.2824
CIE-Lab84.3563-51.375610.5091

#4febbd color RGB value is (79,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101011 10111101
Octal 117 353 275
Decimal 79 235 189
Hex 4F EB BD

RGB Percentages of Color #4febbd

%15.71
%46.72
%37.57

CMYK Percentages of Color #4febbd

%66
%0
%20
%8

Triadic Colors of #4febbd

#4febbd #bd4feb #ebbd4f

Analogous Colors of #4febbd

#4febbd #4fcbeb #4feb6f

Monochromatic Colors of #4febbd

#4febbd

Complementary Color

#4febbd #eb4f7d

#4febbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4febbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4febbd Color CSS Codes

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

#4febbd Text Font Color

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

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


#4febbd Background Color

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

This div background color is #4febbd


#4febbd Border Color

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

This div border color is #4febbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4febbd


Comments

No comments written yet.

Please login to write comment.