Color Hex Logo

#4cffbe Color Hex

#4CFFBE
(76,255,190)
0 Favorites   0 Comments

Color spaces of #4cffbe

RGB 76255190
HSL0.441.000.65
HSV158°70°100°
CMYK 0.700.000.25   0.00
XYZ48.034876.774261.0024
Yxy76.77420.25850.4132
Hunter Lab87.6209-55.480820.0564
CIE-Lab90.2176-59.566018.2572

#4cffbe color RGB value is (76,255,190).

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

The process color (four color CMYK) of #4cffbe color hex is 0.70, 0.00, 0.25, 0.00. Web safe color of #4cffbe is #33ffcc. Color #4cffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111111 10111110
Octal 114 377 276
Decimal 76 255 190
Hex 4C FF BE

RGB Percentages of Color #4cffbe

%14.59
%48.94
%36.47

CMYK Percentages of Color #4cffbe

%70
%0
%25
%0

Triadic Colors of #4cffbe

#4cffbe #be4cff #ffbe4c

Analogous Colors of #4cffbe

#4cffbe #4ce7ff #4cff65

Monochromatic Colors of #4cffbe

#4cffbe

Complementary Color

#4cffbe #ff4c8d

#4cffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cffbe Color CSS Codes

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

#4cffbe Text Font Color

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

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


#4cffbe Background Color

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

This div background color is #4cffbe


#4cffbe Border Color

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

This div border color is #4cffbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,255,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cffbe


Comments

No comments written yet.

Please login to write comment.