Color Hex Logo

#4cfcba Color Hex

#4CFCBA
(76,252,186)
0 Favorites   0 Comments

Color spaces of #4cfcba

RGB 76252186
HSL0.440.970.64
HSV158°70°99°
CMYK 0.700.000.26   0.01
XYZ46.653874.702558.4145
Yxy74.70250.25950.4155
Hunter Lab86.4306-54.902220.4300
CIE-Lab89.2535-59.264218.9602

#4cfcba color RGB value is (76,252,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 10111010
Octal 114 374 272
Decimal 76 252 186
Hex 4C FC BA

RGB Percentages of Color #4cfcba

%14.79
%49.03
%36.19

CMYK Percentages of Color #4cfcba

%70
%0
%26
%1

Triadic Colors of #4cfcba

#4cfcba #ba4cfc #fcba4c

Analogous Colors of #4cfcba

#4cfcba #4ce6fc #4cfc62

Monochromatic Colors of #4cfcba

#4cfcba

Complementary Color

#4cfcba #fc4c8e

#4cfcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfcba Color CSS Codes

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

#4cfcba Text Font Color

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

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


#4cfcba Background Color

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

This div background color is #4cfcba


#4cfcba Border Color

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

This div border color is #4cfcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfcba


Comments

No comments written yet.

Please login to write comment.