Color Hex Logo

#4bdfad Color Hex

#4BDFAD
(75,223,173)
0 Favorites   0 Comments

Color spaces of #4bdfad

RGB 75223173
HSL0.440.700.58
HSV160°66°87°
CMYK 0.660.000.22   0.13
XYZ36.832257.288348.6517
Yxy57.28830.25800.4013
Hunter Lab75.6890-45.593214.8717
CIE-Lab80.3415-50.735113.2054

#4bdfad color RGB value is (75,223,173).

#4bdfad hex color red value is 75, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4bdfad hue: 0.44 , saturation: 0.70 and the lightness value of 4bdfad is 0.58.

The process color (four color CMYK) of #4bdfad color hex is 0.66, 0.00, 0.22, 0.13. Web safe color of #4bdfad is #33cc99. Color #4bdfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011111 10101101
Octal 113 337 255
Decimal 75 223 173
Hex 4B DF AD

RGB Percentages of Color #4bdfad

%15.92
%47.35
%36.73

CMYK Percentages of Color #4bdfad

%66
%0
%22
%13

Triadic Colors of #4bdfad

#4bdfad #ad4bdf #dfad4b

Analogous Colors of #4bdfad

#4bdfad #4bc7df #4bdf63

Monochromatic Colors of #4bdfad

#4bdfad

Complementary Color

#4bdfad #df4b7d

#4bdfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdfad Color CSS Codes

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

#4bdfad Text Font Color

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

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


#4bdfad Background Color

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

This div background color is #4bdfad


#4bdfad Border Color

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

This div border color is #4bdfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdfad


Comments

No comments written yet.

Please login to write comment.