Color Hex Logo

#4cefba Color Hex

#4CEFBA
(76,239,186)
0 Favorites   0 Comments

Color spaces of #4cefba

RGB 76239186
HSL0.450.840.62
HSV160°68°94°
CMYK 0.680.000.22   0.06
XYZ42.709966.814757.0999
Yxy66.81470.25630.4010
Hunter Lab81.7403-49.777915.8010
CIE-Lab85.4103-54.141613.5624

#4cefba color RGB value is (76,239,186).

#4cefba hex color red value is 76, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4cefba hue: 0.45 , saturation: 0.84 and the lightness value of 4cefba is 0.62.

The process color (four color CMYK) of #4cefba color hex is 0.68, 0.00, 0.22, 0.06. Web safe color of #4cefba is #33ffcc. Color #4cefba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101111 10111010
Octal 114 357 272
Decimal 76 239 186
Hex 4C EF BA

RGB Percentages of Color #4cefba

%15.17
%47.70
%37.13

CMYK Percentages of Color #4cefba

%68
%0
%22
%6

Triadic Colors of #4cefba

#4cefba #ba4cef #efba4c

Analogous Colors of #4cefba

#4cefba #4cd3ef #4cef69

Monochromatic Colors of #4cefba

#4cefba

Complementary Color

#4cefba #ef4c81

#4cefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cefba Color CSS Codes

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

#4cefba Text Font Color

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

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


#4cefba Background Color

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

This div background color is #4cefba


#4cefba Border Color

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

This div border color is #4cefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cefba


Comments

No comments written yet.

Please login to write comment.