Color spaces of #75effb
RGB | 117 | 239 | 251 |
---|---|---|---|
HSL | 0.51 | 0.94 | 0.72 |
HSV | 185° | 53° | 98° |
CMYK | 0.53 | 0.05 | 0.00 0.02 |
XYZ | 55.6152 | 72.4799 | 102.3256 |
Yxy | 72.4799 | 0.2414 | 0.3146 |
Hunter Lab | 85.1351 | -32.3799 | -11.6672 |
CIE-Lab | 88.1991 | -30.9298 | -16.2481 |
#75effb color RGB value is (117,239,251).
#75effb hex color red value is 117, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #75effb hue: 0.51 , saturation: 0.94 and the lightness value of 75effb is 0.72.
The process color (four color CMYK) of #75effb color hex is 0.53, 0.05, 0.00, 0.02. Web safe color of #75effb is #66ffff. Color #75effb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 11101111 | 11111011 |
Octal | 165 | 357 | 373 |
Decimal | 117 | 239 | 251 |
Hex | 75 | EF | FB |
Shades of #75effb
Tints of #75effb
RGB Percentages of Color #75effb
CMYK Percentages of Color #75effb
Complementary Color
#75effb | #fb8175 |
#75effb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75effb Color Preview on White Background
Lorem ipsum dolor sit amet.
#75effb Color CSS Codes
.mybgcolor {background-color:#75effb; } .myforecolor {color:#75effb; } .mybordercolor {border:3px solid #75effb; }
#75effb Text Font Color
<p style="color:#75effb">Text here</p>
This sample text font color is #75effb
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.
#75effb Background Color
<div style="background-color:#75effb">
Div content here</div>
This div background color is #75effb
#75effb Border Color
<div style="border:3px solid #75effb">
Div here</div>
This div border color is #75effb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,239,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75effb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75effb; -webkit-box-shadow: 1px 1px 3px 2px #75effb; box-shadow: 1px 1px 3px 2px #75effb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,239,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #75effb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75effb; -webkit-box-shadow: 1px 1px 3px 2px #75effb; box-shadow: 1px 1px 3px 2px #75effb;">
Div content here</div>
This div box has shadow with color #75effb
Comments
No comments written yet.
Please login to write comment.