Color Hex Logo

#43abad Color Hex

#43ABAD
(67,171,173)
0 Favorites   0 Comments

Color spaces of #43abad

RGB 67171173
HSL0.500.440.47
HSV181°61°68°
CMYK 0.610.010.00   0.32
XYZ24.420533.336244.6826
Yxy33.33620.23840.3254
Hunter Lab57.7375-25.5428-5.4678
CIE-Lab64.4322-28.8261-9.9479

#43abad color RGB value is (67,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10101011 10101101
Octal 103 253 255
Decimal 67 171 173
Hex 43 AB AD

RGB Percentages of Color #43abad

%16.30
%41.61
%42.09

CMYK Percentages of Color #43abad

%61
%1
%0
%32

Triadic Colors of #43abad

#43abad #ad43ab #abad43

Analogous Colors of #43abad

#43abad #4376ad #43ad7a

Monochromatic Colors of #43abad

#43abad

Complementary Color

#43abad #ad4543

#43abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#43abad Color CSS Codes

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

#43abad Text Font Color

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

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


#43abad Background Color

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

This div background color is #43abad


#43abad Border Color

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

This div border color is #43abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43abad


Comments

No comments written yet.

Please login to write comment.