Color spaces of #42998b
RGB | 66 | 153 | 139 |
---|---|---|---|
HSL | 0.47 | 0.40 | 0.43 |
HSV | 170° | 57° | 60° |
CMYK | 0.57 | 0.00 | 0.09 0.40 |
XYZ | 18.2982 | 25.8048 | 28.4425 |
Yxy | 25.8048 | 0.2522 | 0.3557 |
Hunter Lab | 50.7984 | -24.5994 | 2.3619 |
CIE-Lab | 57.8513 | -29.6158 | -0.5197 |
#42998b color RGB value is (66,153,139).
#42998b hex color red value is 66, green value is 153 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #42998b hue: 0.47 , saturation: 0.40 and the lightness value of 42998b is 0.43.
The process color (four color CMYK) of #42998b color hex is 0.57, 0.00, 0.09, 0.40. Web safe color of #42998b is #339999. Color #42998b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 10011001 | 10001011 |
Octal | 102 | 231 | 213 |
Decimal | 66 | 153 | 139 |
Hex | 42 | 99 | 8B |
Shades of #42998b
Tints of #42998b
RGB Percentages of Color #42998b
CMYK Percentages of Color #42998b
Complementary Color
#42998b | #994250 |
#42998b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42998b Color Preview on White Background
Lorem ipsum dolor sit amet.
#42998b Color CSS Codes
.mybgcolor {background-color:#42998b; } .myforecolor {color:#42998b; } .mybordercolor {border:3px solid #42998b; }
#42998b Text Font Color
<p style="color:#42998b">Text here</p>
This sample text font color is #42998b
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.
#42998b Background Color
<div style="background-color:#42998b">
Div content here</div>
This div background color is #42998b
#42998b Border Color
<div style="border:3px solid #42998b">
Div here</div>
This div border color is #42998b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,153,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42998b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42998b; -webkit-box-shadow: 1px 1px 3px 2px #42998b; box-shadow: 1px 1px 3px 2px #42998b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,153,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42998b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42998b; -webkit-box-shadow: 1px 1px 3px 2px #42998b; box-shadow: 1px 1px 3px 2px #42998b;">
Div content here</div>
This div box has shadow with color #42998b
Comments
No comments written yet.
Please login to write comment.