Color Hex Logo

#4caba2 Color Hex

#4CABA2
(76,171,162)
0 Favorites   0 Comments

Color spaces of #4caba2

RGB 76171162
HSL0.480.380.48
HSV174°56°67°
CMYK 0.560.000.05   0.33
XYZ24.065033.271039.3360
Yxy33.27100.24890.3442
Hunter Lab57.6810-26.4701-0.0565
CIE-Lab64.3797-30.1499-3.8569

#4caba2 color RGB value is (76,171,162).

#4caba2 hex color red value is 76, green value is 171 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #4caba2 hue: 0.48 , saturation: 0.38 and the lightness value of 4caba2 is 0.48.

The process color (four color CMYK) of #4caba2 color hex is 0.56, 0.00, 0.05, 0.33. Web safe color of #4caba2 is #339999. Color #4caba2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 10100010
Octal 114 253 242
Decimal 76 171 162
Hex 4C AB A2

RGB Percentages of Color #4caba2

%18.58
%41.81
%39.61

CMYK Percentages of Color #4caba2

%56
%0
%5
%33

Triadic Colors of #4caba2

#4caba2 #a24cab #aba24c

Analogous Colors of #4caba2

#4caba2 #4c85ab #4cab73

Monochromatic Colors of #4caba2

#4caba2

Complementary Color

#4caba2 #ab4c55

#4caba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caba2 Color CSS Codes

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

#4caba2 Text Font Color

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

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


#4caba2 Background Color

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

This div background color is #4caba2


#4caba2 Border Color

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

This div border color is #4caba2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,171,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4caba2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4caba2;
  -webkit-box-shadow: 1px 1px 3px 2px #4caba2;
  box-shadow:         1px 1px 3px 2px #4caba2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,171,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caba2


Comments

No comments written yet.

Please login to write comment.