Color spaces of #75bdef
RGB | 117 | 189 | 239 |
---|---|---|---|
HSL | 0.57 | 0.79 | 0.70 |
HSV | 205° | 51° | 94° |
CMYK | 0.51 | 0.21 | 0.00 0.06 |
XYZ | 41.1137 | 46.4091 | 88.4523 |
Yxy | 46.4091 | 0.2336 | 0.2637 |
Hunter Lab | 68.1242 | -11.4907 | -29.2950 |
CIE-Lab | 73.8102 | -8.9729 | -31.7697 |
#75bdef color RGB value is (117,189,239).
#75bdef hex color red value is 117, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #75bdef hue: 0.57 , saturation: 0.79 and the lightness value of 75bdef is 0.70.
The process color (four color CMYK) of #75bdef color hex is 0.51, 0.21, 0.00, 0.06. Web safe color of #75bdef is #66ccff. Color #75bdef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 10111101 | 11101111 |
Octal | 165 | 275 | 357 |
Decimal | 117 | 189 | 239 |
Hex | 75 | BD | EF |
Shades of #75bdef
Tints of #75bdef
RGB Percentages of Color #75bdef
CMYK Percentages of Color #75bdef
Complementary Color
#75bdef | #efa775 |
#75bdef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75bdef Color Preview on White Background
Lorem ipsum dolor sit amet.
#75bdef Color CSS Codes
.mybgcolor {background-color:#75bdef; } .myforecolor {color:#75bdef; } .mybordercolor {border:3px solid #75bdef; }
#75bdef Text Font Color
<p style="color:#75bdef">Text here</p>
This sample text font color is #75bdef
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.
#75bdef Background Color
<div style="background-color:#75bdef">
Div content here</div>
This div background color is #75bdef
#75bdef Border Color
<div style="border:3px solid #75bdef">
Div here</div>
This div border color is #75bdef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,189,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75bdef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75bdef; -webkit-box-shadow: 1px 1px 3px 2px #75bdef; box-shadow: 1px 1px 3px 2px #75bdef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,189,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #75bdef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75bdef; -webkit-box-shadow: 1px 1px 3px 2px #75bdef; box-shadow: 1px 1px 3px 2px #75bdef;">
Div content here</div>
This div box has shadow with color #75bdef
Comments
No comments written yet.
Please login to write comment.