Color Hex Logo

#4efbbb Color Hex

#4EFBBB
(78,251,187)
0 Favorites   0 Comments

Color spaces of #4efbbb

RGB 78251187
HSL0.440.960.65
HSV158°69°98°
CMYK 0.690.000.25   0.02
XYZ46.608774.201958.8796
Yxy74.20190.25940.4129
Hunter Lab86.1405-54.163619.7719
CIE-Lab89.0178-58.375618.1238

#4efbbb color RGB value is (78,251,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111011 10111011
Octal 116 373 273
Decimal 78 251 187
Hex 4E FB BB

RGB Percentages of Color #4efbbb

%15.12
%48.64
%36.24

CMYK Percentages of Color #4efbbb

%69
%0
%25
%2

Triadic Colors of #4efbbb

#4efbbb #bb4efb #fbbb4e

Analogous Colors of #4efbbb

#4efbbb #4ee5fb #4efb65

Monochromatic Colors of #4efbbb

#4efbbb

Complementary Color

#4efbbb #fb4e8e

#4efbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efbbb Color CSS Codes

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

#4efbbb Text Font Color

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

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


#4efbbb Background Color

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

This div background color is #4efbbb


#4efbbb Border Color

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

This div border color is #4efbbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,251,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efbbb


Comments

No comments written yet.

Please login to write comment.