Color Hex Logo

#4befae Color Hex

#4BEFAE
(75,239,174)
0 Favorites   0 Comments

Color spaces of #4befae

RGB 75239174
HSL0.430.840.62
HSV156°69°94°
CMYK 0.690.000.27   0.06
XYZ41.408166.284950.6562
Yxy66.28490.26150.4186
Hunter Lab81.4155-51.691720.1010
CIE-Lab85.1415-56.914419.4096

#4befae color RGB value is (75,239,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101111 10101110
Octal 113 357 256
Decimal 75 239 174
Hex 4B EF AE

RGB Percentages of Color #4befae

%15.37
%48.98
%35.66

CMYK Percentages of Color #4befae

%69
%0
%27
%6

Triadic Colors of #4befae

#4befae #ae4bef #efae4b

Analogous Colors of #4befae

#4befae #4bdeef #4bef5c

Monochromatic Colors of #4befae

#4befae

Complementary Color

#4befae #ef4b8c

#4befae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4befae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4befae Color CSS Codes

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

#4befae Text Font Color

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

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


#4befae Background Color

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

This div background color is #4befae


#4befae Border Color

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

This div border color is #4befae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4befae


Comments

No comments written yet.

Please login to write comment.