Color Hex Logo

#4befab Color Hex

#4BEFAB
(75,239,171)
0 Favorites   0 Comments

Color spaces of #4befab

RGB 75239171
HSL0.430.840.62
HSV155°69°94°
CMYK 0.690.000.28   0.06
XYZ41.118866.169149.1328
Yxy66.16910.26290.4230
Hunter Lab81.3444-52.122721.1293
CIE-Lab85.0826-57.545120.8774

#4befab color RGB value is (75,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101111 10101011
Octal 113 357 253
Decimal 75 239 171
Hex 4B EF AB

RGB Percentages of Color #4befab

%15.46
%49.28
%35.26

CMYK Percentages of Color #4befab

%69
%0
%28
%6

Triadic Colors of #4befab

#4befab #ab4bef #efab4b

Analogous Colors of #4befab

#4befab #4be1ef #4bef59

Monochromatic Colors of #4befab

#4befab

Complementary Color

#4befab #ef4b8f

#4befab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4befab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4befab Color CSS Codes

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

#4befab Text Font Color

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

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


#4befab Background Color

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

This div background color is #4befab


#4befab Border Color

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

This div border color is #4befab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4befab


Comments

No comments written yet.

Please login to write comment.