Color Hex Logo

#4bffad Color Hex

#4BFFAD
(75,255,173)
0 Favorites   0 Comments

Color spaces of #4bffad

RGB 75255173
HSL0.421.000.65
HSV153°71°100°
CMYK 0.710.000.32   0.00
XYZ46.204576.033051.7758
Yxy76.03300.26550.4369
Hunter Lab87.1969-58.009825.8326
CIE-Lab89.8747-63.212026.4368

#4bffad color RGB value is (75,255,173).

#4bffad hex color red value is 75, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4bffad hue: 0.42 , saturation: 1.00 and the lightness value of 4bffad is 0.65.

The process color (four color CMYK) of #4bffad color hex is 0.71, 0.00, 0.32, 0.00. Web safe color of #4bffad is #33ff99. Color #4bffad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111111 10101101
Octal 113 377 255
Decimal 75 255 173
Hex 4B FF AD

RGB Percentages of Color #4bffad

%14.91
%50.70
%34.39

CMYK Percentages of Color #4bffad

%71
%0
%32
%0

Triadic Colors of #4bffad

#4bffad #ad4bff #ffad4b

Analogous Colors of #4bffad

#4bffad #4bf7ff #4bff53

Monochromatic Colors of #4bffad

#4bffad

Complementary Color

#4bffad #ff4b9d

#4bffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bffad Color CSS Codes

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

#4bffad Text Font Color

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

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


#4bffad Background Color

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

This div background color is #4bffad


#4bffad Border Color

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

This div border color is #4bffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bffad


Comments

No comments written yet.

Please login to write comment.