Color spaces of #268790
RGB | 38 | 135 | 144 |
---|---|---|---|
HSL | 0.51 | 0.58 | 0.36 |
HSV | 185° | 74° | 56° |
CMYK | 0.74 | 0.06 | 0.00 0.44 |
XYZ | 14.4973 | 19.7536 | 29.4343 |
Yxy | 19.7536 | 0.2276 | 0.3102 |
Hunter Lab | 44.4450 | -19.5548 | -8.1541 |
CIE-Lab | 51.5575 | -24.0474 | -12.8403 |
#268790 color RGB value is (38,135,144).
#268790 hex color red value is 38, green value is 135 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #268790 hue: 0.51 , saturation: 0.58 and the lightness value of 268790 is 0.36.
The process color (four color CMYK) of #268790 color hex is 0.74, 0.06, 0.00, 0.44. Web safe color of #268790 is #339999. Color #268790 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 10000111 | 10010000 |
Octal | 46 | 207 | 220 |
Decimal | 38 | 135 | 144 |
Hex | 26 | 87 | 90 |
Shades of #268790
Tints of #268790
RGB Percentages of Color #268790
CMYK Percentages of Color #268790
Complementary Color
#268790 | #902f26 |
#268790 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#268790 Color Preview on White Background
Lorem ipsum dolor sit amet.
#268790 Color CSS Codes
.mybgcolor {background-color:#268790; } .myforecolor {color:#268790; } .mybordercolor {border:3px solid #268790; }
#268790 Text Font Color
<p style="color:#268790">Text here</p>
This sample text font color is #268790
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.
#268790 Background Color
<div style="background-color:#268790">
Div content here</div>
This div background color is #268790
#268790 Border Color
<div style="border:3px solid #268790">
Div here</div>
This div border color is #268790
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,135,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #268790; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #268790; -webkit-box-shadow: 1px 1px 3px 2px #268790; box-shadow: 1px 1px 3px 2px #268790; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,135,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #268790">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #268790; -webkit-box-shadow: 1px 1px 3px 2px #268790; box-shadow: 1px 1px 3px 2px #268790;">
Div content here</div>
This div box has shadow with color #268790
Comments
No comments written yet.
Please login to write comment.