Color Hex Logo

#4bdaac Color Hex

#4BDAAC
(75,218,172)
0 Favorites   0 Comments

Color spaces of #4bdaac

RGB 75218172
HSL0.450.660.57
HSV161°66°85°
CMYK 0.660.000.21   0.15
XYZ35.419454.617247.7051
Yxy54.61720.25710.3965
Hunter Lab73.9035-43.782113.4604
CIE-Lab78.8203-48.899911.5807

#4bdaac color RGB value is (75,218,172).

#4bdaac hex color red value is 75, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4bdaac hue: 0.45 , saturation: 0.66 and the lightness value of 4bdaac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011010 10101100
Octal 113 332 254
Decimal 75 218 172
Hex 4B DA AC

RGB Percentages of Color #4bdaac

%16.13
%46.88
%36.99

CMYK Percentages of Color #4bdaac

%66
%0
%21
%15

Triadic Colors of #4bdaac

#4bdaac #ac4bda #daac4b

Analogous Colors of #4bdaac

#4bdaac #4bc1da #4bda65

Monochromatic Colors of #4bdaac

#4bdaac

Complementary Color

#4bdaac #da4b79

#4bdaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdaac Color CSS Codes

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

#4bdaac Text Font Color

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

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


#4bdaac Background Color

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

This div background color is #4bdaac


#4bdaac Border Color

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

This div border color is #4bdaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdaac


Comments

No comments written yet.

Please login to write comment.