Color spaces of #42bfeb
RGB | 66 | 191 | 235 |
---|---|---|---|
HSL | 0.54 | 0.81 | 0.59 |
HSV | 196° | 72° | 92° |
CMYK | 0.72 | 0.19 | 0.00 0.08 |
XYZ | 35.8730 | 44.4180 | 85.2801 |
Yxy | 44.4180 | 0.2167 | 0.2683 |
Hunter Lab | 66.6468 | -20.5534 | -29.2136 |
CIE-Lab | 72.5070 | -20.1582 | -31.7585 |
#42bfeb color RGB value is (66,191,235).
#42bfeb hex color red value is 66, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #42bfeb hue: 0.54 , saturation: 0.81 and the lightness value of 42bfeb is 0.59.
The process color (four color CMYK) of #42bfeb color hex is 0.72, 0.19, 0.00, 0.08. Web safe color of #42bfeb is #33ccff. Color #42bfeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 10111111 | 11101011 |
Octal | 102 | 277 | 353 |
Decimal | 66 | 191 | 235 |
Hex | 42 | BF | EB |
Shades of #42bfeb
Tints of #42bfeb
RGB Percentages of Color #42bfeb
CMYK Percentages of Color #42bfeb
Complementary Color
#42bfeb | #eb6e42 |
#42bfeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42bfeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#42bfeb Color CSS Codes
.mybgcolor {background-color:#42bfeb; } .myforecolor {color:#42bfeb; } .mybordercolor {border:3px solid #42bfeb; }
#42bfeb Text Font Color
<p style="color:#42bfeb">Text here</p>
This sample text font color is #42bfeb
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.
#42bfeb Background Color
<div style="background-color:#42bfeb">
Div content here</div>
This div background color is #42bfeb
#42bfeb Border Color
<div style="border:3px solid #42bfeb">
Div here</div>
This div border color is #42bfeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,191,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42bfeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42bfeb; -webkit-box-shadow: 1px 1px 3px 2px #42bfeb; box-shadow: 1px 1px 3px 2px #42bfeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,191,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 #42bfeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42bfeb; -webkit-box-shadow: 1px 1px 3px 2px #42bfeb; box-shadow: 1px 1px 3px 2px #42bfeb;">
Div content here</div>
This div box has shadow with color #42bfeb
Comments
No comments written yet.
Please login to write comment.