Color Hex Logo

#4ab296 Color Hex

#4AB296
(74,178,150)
0 Favorites   0 Comments

Color spaces of #4ab296

RGB 74178150
HSL0.460.410.49
HSV164°58°70°
CMYK 0.580.000.16   0.30
XYZ24.249535.498634.4280
Yxy35.49860.25750.3769
Hunter Lab59.5807-31.61637.4465
CIE-Lab66.1350-36.90945.3587

#4ab296 color RGB value is (74,178,150).

#4ab296 hex color red value is 74, green value is 178 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #4ab296 hue: 0.46 , saturation: 0.41 and the lightness value of 4ab296 is 0.49.

The process color (four color CMYK) of #4ab296 color hex is 0.58, 0.00, 0.16, 0.30. Web safe color of #4ab296 is #339999. Color #4ab296 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10110010 10010110
Octal 112 262 226
Decimal 74 178 150
Hex 4A B2 96

RGB Percentages of Color #4ab296

%18.41
%44.28
%37.31

CMYK Percentages of Color #4ab296

%58
%0
%16
%30

Triadic Colors of #4ab296

#4ab296 #964ab2 #b2964a

Analogous Colors of #4ab296

#4ab296 #4a9ab2 #4ab262

Monochromatic Colors of #4ab296

#4ab296

Complementary Color

#4ab296 #b24a66

#4ab296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ab296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ab296 Color CSS Codes

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

#4ab296 Text Font Color

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

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


#4ab296 Background Color

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

This div background color is #4ab296


#4ab296 Border Color

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

This div border color is #4ab296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ab296


Comments

No comments written yet.

Please login to write comment.