Color spaces of #238abb
RGB | 35 | 138 | 187 |
---|---|---|---|
HSL | 0.55 | 0.68 | 0.44 |
HSV | 199° | 81° | 73° |
CMYK | 0.81 | 0.26 | 0.00 0.27 |
XYZ | 18.7513 | 22.1221 | 50.2954 |
Yxy | 22.1221 | 0.2057 | 0.2426 |
Hunter Lab | 47.0341 | -11.1464 | -30.4772 |
CIE-Lab | 54.1563 | -11.3255 | -33.6444 |
#238abb color RGB value is (35,138,187).
#238abb hex color red value is 35, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #238abb hue: 0.55 , saturation: 0.68 and the lightness value of 238abb is 0.44.
The process color (four color CMYK) of #238abb color hex is 0.81, 0.26, 0.00, 0.27. Web safe color of #238abb is #3399cc. Color #238abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 10001010 | 10111011 |
Octal | 43 | 212 | 273 |
Decimal | 35 | 138 | 187 |
Hex | 23 | 8A | BB |
Shades of #238abb
Tints of #238abb
RGB Percentages of Color #238abb
CMYK Percentages of Color #238abb
Complementary Color
#238abb | #bb5423 |
#238abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#238abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#238abb Color CSS Codes
.mybgcolor {background-color:#238abb; } .myforecolor {color:#238abb; } .mybordercolor {border:3px solid #238abb; }
#238abb Text Font Color
<p style="color:#238abb">Text here</p>
This sample text font color is #238abb
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.
#238abb Background Color
<div style="background-color:#238abb">
Div content here</div>
This div background color is #238abb
#238abb Border Color
<div style="border:3px solid #238abb">
Div here</div>
This div border color is #238abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,138,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #238abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #238abb; -webkit-box-shadow: 1px 1px 3px 2px #238abb; box-shadow: 1px 1px 3px 2px #238abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,138,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #238abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #238abb; -webkit-box-shadow: 1px 1px 3px 2px #238abb; box-shadow: 1px 1px 3px 2px #238abb;">
Div content here</div>
This div box has shadow with color #238abb
Comments
No comments written yet.
Please login to write comment.