Color spaces of #43aaba
RGB | 67 | 170 | 186 |
---|---|---|---|
HSL | 0.52 | 0.47 | 0.50 |
HSV | 188° | 64° | 73° |
CMYK | 0.64 | 0.09 | 0.00 0.27 |
XYZ | 25.5524 | 33.4879 | 51.5714 |
Yxy | 33.4879 | 0.2310 | 0.3028 |
Hunter Lab | 57.8687 | -22.4522 | -12.3299 |
CIE-Lab | 64.5540 | -24.5141 | -17.0138 |
#43aaba color RGB value is (67,170,186).
#43aaba hex color red value is 67, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #43aaba hue: 0.52 , saturation: 0.47 and the lightness value of 43aaba is 0.50.
The process color (four color CMYK) of #43aaba color hex is 0.64, 0.09, 0.00, 0.27. Web safe color of #43aaba is #3399cc. Color #43aaba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 10101010 | 10111010 |
Octal | 103 | 252 | 272 |
Decimal | 67 | 170 | 186 |
Hex | 43 | AA | BA |
Shades of #43aaba
Tints of #43aaba
RGB Percentages of Color #43aaba
CMYK Percentages of Color #43aaba
Complementary Color
#43aaba | #ba5343 |
#43aaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#43aaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#43aaba Color CSS Codes
.mybgcolor {background-color:#43aaba; } .myforecolor {color:#43aaba; } .mybordercolor {border:3px solid #43aaba; }
#43aaba Text Font Color
<p style="color:#43aaba">Text here</p>
This sample text font color is #43aaba
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.
#43aaba Background Color
<div style="background-color:#43aaba">
Div content here</div>
This div background color is #43aaba
#43aaba Border Color
<div style="border:3px solid #43aaba">
Div here</div>
This div border color is #43aaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,170,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #43aaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #43aaba; -webkit-box-shadow: 1px 1px 3px 2px #43aaba; box-shadow: 1px 1px 3px 2px #43aaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,170,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #43aaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #43aaba; -webkit-box-shadow: 1px 1px 3px 2px #43aaba; box-shadow: 1px 1px 3px 2px #43aaba;">
Div content here</div>
This div box has shadow with color #43aaba
Comments
No comments written yet.
Please login to write comment.