Color Hex Logo

#4effbb Color Hex

#4EFFBB
(78,255,187)
0 Favorites   0 Comments

Color spaces of #4effbb

RGB 78255187
HSL0.441.000.65
HSV157°69°100°
CMYK 0.690.000.27   0.00
XYZ47.871576.727659.3005
Yxy76.72760.26030.4172
Hunter Lab87.5943-55.737321.1772
CIE-Lab90.1961-59.925219.7679

#4effbb color RGB value is (78,255,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 10111011
Octal 116 377 273
Decimal 78 255 187
Hex 4E FF BB

RGB Percentages of Color #4effbb

%15.00
%49.04
%35.96

CMYK Percentages of Color #4effbb

%69
%0
%27
%0

Triadic Colors of #4effbb

#4effbb #bb4eff #ffbb4e

Analogous Colors of #4effbb

#4effbb #4eebff #4eff63

Monochromatic Colors of #4effbb

#4effbb

Complementary Color

#4effbb #ff4e92

#4effbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effbb Color CSS Codes

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

#4effbb Text Font Color

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

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


#4effbb Background Color

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

This div background color is #4effbb


#4effbb Border Color

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

This div border color is #4effbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effbb

Related Colors


Comments

No comments written yet.

Please login to write comment.