Color Hex Logo

#43abaa Color Hex

#43ABAA
(67,171,170)
0 Favorites   0 Comments

Color spaces of #43abaa

RGB 67171170
HSL0.500.440.47
HSV179°61°67°
CMYK 0.610.000.01   0.33
XYZ24.133333.221443.1706
Yxy33.22140.24010.3305
Hunter Lab57.6380-26.1277-4.0613
CIE-Lab64.3398-29.6786-8.4116

#43abaa color RGB value is (67,171,170).

#43abaa hex color red value is 67, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #43abaa hue: 0.50 , saturation: 0.44 and the lightness value of 43abaa is 0.47.

The process color (four color CMYK) of #43abaa color hex is 0.61, 0.00, 0.01, 0.33. Web safe color of #43abaa is #339999. Color #43abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10101011 10101010
Octal 103 253 252
Decimal 67 171 170
Hex 43 AB AA

RGB Percentages of Color #43abaa

%16.42
%41.91
%41.67

CMYK Percentages of Color #43abaa

%61
%0
%1
%33

Triadic Colors of #43abaa

#43abaa #aa43ab #abaa43

Analogous Colors of #43abaa

#43abaa #4378ab #43ab76

Monochromatic Colors of #43abaa

#43abaa

Complementary Color

#43abaa #ab4344

#43abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#43abaa Color CSS Codes

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

#43abaa Text Font Color

<p style="color:#43abaa">Text here</p>

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


#43abaa Background Color

<div style="background-color:#43abaa">
Div content here</div>

This div background color is #43abaa


#43abaa Border Color

<div style="border:3px solid #43abaa">
Div here</div>

This div border color is #43abaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,171,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43abaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43abaa;
  -webkit-box-shadow: 1px 1px 3px 2px #43abaa;
  box-shadow:         1px 1px 3px 2px #43abaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43abaa


Comments

No comments written yet.

Please login to write comment.