Color Hex Logo

#4befac Color Hex

#4BEFAC
(75,239,172)
0 Favorites   0 Comments

Color spaces of #4befac

RGB 75239172
HSL0.430.840.62
HSV155°69°94°
CMYK 0.690.000.28   0.06
XYZ41.214566.207449.6368
Yxy66.20740.26240.4215
Hunter Lab81.3679-51.980020.7889
CIE-Lab85.1021-57.336020.3882

#4befac color RGB value is (75,239,172).

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

The process color (four color CMYK) of #4befac color hex is 0.69, 0.00, 0.28, 0.06. Web safe color of #4befac is #33ff99. Color #4befac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101111 10101100
Octal 113 357 254
Decimal 75 239 172
Hex 4B EF AC

RGB Percentages of Color #4befac

%15.43
%49.18
%35.39

CMYK Percentages of Color #4befac

%69
%0
%28
%6

Triadic Colors of #4befac

#4befac #ac4bef #efac4b

Analogous Colors of #4befac

#4befac #4be0ef #4bef5a

Monochromatic Colors of #4befac

#4befac

Complementary Color

#4befac #ef4b8e

#4befac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4befac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4befac Color CSS Codes

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

#4befac Text Font Color

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

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


#4befac Background Color

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

This div background color is #4befac


#4befac Border Color

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

This div border color is #4befac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,239,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4befac


Comments

No comments written yet.

Please login to write comment.