Color Hex Logo

#4ffbbd Color Hex

#4FFBBD
(79,251,189)
0 Favorites   0 Comments

Color spaces of #4ffbbd

RGB 79251189
HSL0.440.960.65
HSV158°69°98°
CMYK 0.690.000.25   0.02
XYZ46.906974.330760.0191
Yxy74.33070.25880.4101
Hunter Lab86.2153-53.760719.0757
CIE-Lab89.0785-57.798317.1840

#4ffbbd color RGB value is (79,251,189).

#4ffbbd hex color red value is 79, green value is 251 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4ffbbd hue: 0.44 , saturation: 0.96 and the lightness value of 4ffbbd is 0.65.

The process color (four color CMYK) of #4ffbbd color hex is 0.69, 0.00, 0.25, 0.02. Web safe color of #4ffbbd is #66ffcc. Color #4ffbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111011 10111101
Octal 117 373 275
Decimal 79 251 189
Hex 4F FB BD

RGB Percentages of Color #4ffbbd

%15.22
%48.36
%36.42

CMYK Percentages of Color #4ffbbd

%69
%0
%25
%2

Triadic Colors of #4ffbbd

#4ffbbd #bd4ffb #fbbd4f

Analogous Colors of #4ffbbd

#4ffbbd #4fe3fb #4ffb67

Monochromatic Colors of #4ffbbd

#4ffbbd

Complementary Color

#4ffbbd #fb4f8d

#4ffbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffbbd Color CSS Codes

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

#4ffbbd Text Font Color

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

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


#4ffbbd Background Color

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

This div background color is #4ffbbd


#4ffbbd Border Color

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

This div border color is #4ffbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffbbd


Comments

No comments written yet.

Please login to write comment.