Color spaces of #232aeb
RGB | 35 | 42 | 235 |
---|---|---|---|
HSL | 0.66 | 0.83 | 0.53 |
HSV | 238° | 85° | 92° |
CMYK | 0.85 | 0.82 | 0.00 0.08 |
XYZ | 16.5165 | 8.0114 | 79.2731 |
Yxy | 8.0114 | 0.1591 | 0.0772 |
Hunter Lab | 28.3044 | 54.6275 | -146.2423 |
CIE-Lab | 34.0066 | 63.4707 | -93.7041 |
#232aeb color RGB value is (35,42,235).
#232aeb hex color red value is 35, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #232aeb hue: 0.66 , saturation: 0.83 and the lightness value of 232aeb is 0.53.
The process color (four color CMYK) of #232aeb color hex is 0.85, 0.82, 0.00, 0.08. Web safe color of #232aeb is #3333ff. Color #232aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 00101010 | 11101011 |
Octal | 43 | 52 | 353 |
Decimal | 35 | 42 | 235 |
Hex | 23 | 2A | EB |
Shades of #232aeb
Tints of #232aeb
RGB Percentages of Color #232aeb
CMYK Percentages of Color #232aeb
Complementary Color
#232aeb | #ebe423 |
#232aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#232aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#232aeb Color CSS Codes
.mybgcolor {background-color:#232aeb; } .myforecolor {color:#232aeb; } .mybordercolor {border:3px solid #232aeb; }
#232aeb Text Font Color
<p style="color:#232aeb">Text here</p>
This sample text font color is #232aeb
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.
#232aeb Background Color
<div style="background-color:#232aeb">
Div content here</div>
This div background color is #232aeb
#232aeb Border Color
<div style="border:3px solid #232aeb">
Div here</div>
This div border color is #232aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,42,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #232aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #232aeb; -webkit-box-shadow: 1px 1px 3px 2px #232aeb; box-shadow: 1px 1px 3px 2px #232aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,42,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #232aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #232aeb; -webkit-box-shadow: 1px 1px 3px 2px #232aeb; box-shadow: 1px 1px 3px 2px #232aeb;">
Div content here</div>
This div box has shadow with color #232aeb
Comments
No comments written yet.
Please login to write comment.