Color Hex Logo

#4abdba Color Hex

#4ABDBA
(74,189,186)
0 Favorites   0 Comments

Color spaces of #4abdba

RGB 74189186
HSL0.500.470.52
HSV178°61°74°
CMYK 0.610.000.02   0.26
XYZ29.884641.396252.8696
Yxy41.39620.24070.3334
Hunter Lab64.3399-29.6851-3.6821
CIE-Lab70.4526-32.6452-8.1411

#4abdba color RGB value is (74,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111101 10111010
Octal 112 275 272
Decimal 74 189 186
Hex 4A BD BA

RGB Percentages of Color #4abdba

%16.48
%42.09
%41.43

CMYK Percentages of Color #4abdba

%61
%0
%2
%26

Triadic Colors of #4abdba

#4abdba #ba4abd #bdba4a

Analogous Colors of #4abdba

#4abdba #4a87bd #4abd81

Monochromatic Colors of #4abdba

#4abdba

Complementary Color

#4abdba #bd4a4d

#4abdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abdba Color CSS Codes

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

#4abdba Text Font Color

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

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


#4abdba Background Color

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

This div background color is #4abdba


#4abdba Border Color

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

This div border color is #4abdba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,189,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abdba


Comments

No comments written yet.

Please login to write comment.