Color Hex Logo

#4cffba Color Hex

#4CFFBA
(76,255,186)
0 Favorites   0 Comments

Color spaces of #4cffba

RGB 76255186
HSL0.441.000.65
HSV157°70°100°
CMYK 0.700.000.27   0.00
XYZ47.603476.601758.7310
Yxy76.60170.26020.4187
Hunter Lab87.5224-56.078121.4797
CIE-Lab90.1380-60.418720.1922

#4cffba color RGB value is (76,255,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111111 10111010
Octal 114 377 272
Decimal 76 255 186
Hex 4C FF BA

RGB Percentages of Color #4cffba

%14.70
%49.32
%35.98

CMYK Percentages of Color #4cffba

%70
%0
%27
%0

Triadic Colors of #4cffba

#4cffba #ba4cff #ffba4c

Analogous Colors of #4cffba

#4cffba #4cebff #4cff61

Monochromatic Colors of #4cffba

#4cffba

Complementary Color

#4cffba #ff4c91

#4cffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cffba Color CSS Codes

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

#4cffba Text Font Color

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

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


#4cffba Background Color

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

This div background color is #4cffba


#4cffba Border Color

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

This div border color is #4cffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cffba

Related Colors


Comments

No comments written yet.

Please login to write comment.