Color spaces of #79accf
RGB | 121 | 172 | 207 |
---|---|---|---|
HSL | 0.57 | 0.47 | 0.64 |
HSV | 204° | 42° | 81° |
CMYK | 0.42 | 0.17 | 0.00 0.19 |
XYZ | 33.9002 | 38.0750 | 64.5940 |
Yxy | 38.0750 | 0.2482 | 0.2788 |
Hunter Lab | 61.7049 | -9.9172 | -18.8725 |
CIE-Lab | 68.0759 | -7.8074 | -23.0925 |
#79accf color RGB value is (121,172,207).
#79accf hex color red value is 121, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #79accf hue: 0.57 , saturation: 0.47 and the lightness value of 79accf is 0.64.
The process color (four color CMYK) of #79accf color hex is 0.42, 0.17, 0.00, 0.19. Web safe color of #79accf is #6699cc. Color #79accf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 10101100 | 11001111 |
Octal | 171 | 254 | 317 |
Decimal | 121 | 172 | 207 |
Hex | 79 | AC | CF |
Shades of #79accf
Tints of #79accf
RGB Percentages of Color #79accf
CMYK Percentages of Color #79accf
Complementary Color
#79accf | #cf9c79 |
#79accf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79accf Color Preview on White Background
Lorem ipsum dolor sit amet.
#79accf Color CSS Codes
.mybgcolor {background-color:#79accf; } .myforecolor {color:#79accf; } .mybordercolor {border:3px solid #79accf; }
#79accf Text Font Color
<p style="color:#79accf">Text here</p>
This sample text font color is #79accf
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.
#79accf Background Color
<div style="background-color:#79accf">
Div content here</div>
This div background color is #79accf
#79accf Border Color
<div style="border:3px solid #79accf">
Div here</div>
This div border color is #79accf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,172,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79accf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79accf; -webkit-box-shadow: 1px 1px 3px 2px #79accf; box-shadow: 1px 1px 3px 2px #79accf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,172,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #79accf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79accf; -webkit-box-shadow: 1px 1px 3px 2px #79accf; box-shadow: 1px 1px 3px 2px #79accf;">
Div content here</div>
This div box has shadow with color #79accf
Comments
No comments written yet.
Please login to write comment.