Color Hex Logo

#43abae Color Hex

#43ABAE
(67,171,174)
0 Favorites   0 Comments

Color spaces of #43abae

RGB 67171174
HSL0.500.440.47
HSV182°61°68°
CMYK 0.610.020.00   0.32
XYZ24.517633.375145.1942
Yxy33.37510.23780.3238
Hunter Lab57.7712-25.3457-5.9425
CIE-Lab64.4635-28.5401-10.4591

#43abae color RGB value is (67,171,174).

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

The process color (four color CMYK) of #43abae color hex is 0.61, 0.02, 0.00, 0.32. Web safe color of #43abae is #339999. Color #43abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10101011 10101110
Octal 103 253 256
Decimal 67 171 174
Hex 43 AB AE

RGB Percentages of Color #43abae

%16.26
%41.50
%42.23

CMYK Percentages of Color #43abae

%61
%2
%0
%32

Triadic Colors of #43abae

#43abae #ae43ab #abae43

Analogous Colors of #43abae

#43abae #4376ae #43ae7c

Monochromatic Colors of #43abae

#43abae

Complementary Color

#43abae #ae4643

#43abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#43abae Color CSS Codes

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

#43abae Text Font Color

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

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


#43abae Background Color

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

This div background color is #43abae


#43abae Border Color

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

This div border color is #43abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43abae

#43abae Color Palettes


Comments

No comments written yet.

Please login to write comment.