Color Hex Logo

#4abdac Color Hex

#4ABDAC
(74,189,172)
0 Favorites   0 Comments

Color spaces of #4abdac

RGB 74189172
HSL0.480.470.52
HSV171°61°74°
CMYK 0.610.000.09   0.26
XYZ28.468040.829645.4102
Yxy40.82960.24820.3559
Hunter Lab63.8980-32.29592.5932
CIE-Lab70.0564-36.3966-1.0535

#4abdac color RGB value is (74,189,172).

#4abdac hex color red value is 74, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4abdac hue: 0.48 , saturation: 0.47 and the lightness value of 4abdac is 0.52.

The process color (four color CMYK) of #4abdac color hex is 0.61, 0.00, 0.09, 0.26. Web safe color of #4abdac is #33cc99. Color #4abdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111101 10101100
Octal 112 275 254
Decimal 74 189 172
Hex 4A BD AC

RGB Percentages of Color #4abdac

%17.01
%43.45
%39.54

CMYK Percentages of Color #4abdac

%61
%0
%9
%26

Triadic Colors of #4abdac

#4abdac #ac4abd #bdac4a

Analogous Colors of #4abdac

#4abdac #4a95bd #4abd73

Monochromatic Colors of #4abdac

#4abdac

Complementary Color

#4abdac #bd4a5b

#4abdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abdac Color CSS Codes

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

#4abdac Text Font Color

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

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


#4abdac Background Color

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

This div background color is #4abdac


#4abdac Border Color

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

This div border color is #4abdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abdac


Comments

No comments written yet.

Please login to write comment.