Color spaces of #78dded
RGB | 120 | 221 | 237 |
---|---|---|---|
HSL | 0.52 | 0.76 | 0.70 |
HSV | 188° | 49° | 93° |
CMYK | 0.49 | 0.07 | 0.00 0.07 |
XYZ | 48.8882 | 61.8204 | 89.4766 |
Yxy | 61.8204 | 0.2442 | 0.3088 |
Hunter Lab | 78.6259 | -26.6073 | -12.4341 |
CIE-Lab | 82.8178 | -25.3257 | -16.9570 |
#78dded color RGB value is (120,221,237).
#78dded hex color red value is 120, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #78dded hue: 0.52 , saturation: 0.76 and the lightness value of 78dded is 0.70.
The process color (four color CMYK) of #78dded color hex is 0.49, 0.07, 0.00, 0.07. Web safe color of #78dded is #66ccff. Color #78dded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 11011101 | 11101101 |
Octal | 170 | 335 | 355 |
Decimal | 120 | 221 | 237 |
Hex | 78 | DD | ED |
Shades of #78dded
Tints of #78dded
RGB Percentages of Color #78dded
CMYK Percentages of Color #78dded
Complementary Color
#78dded | #ed8878 |
#78dded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78dded Color Preview on White Background
Lorem ipsum dolor sit amet.
#78dded Color CSS Codes
.mybgcolor {background-color:#78dded; } .myforecolor {color:#78dded; } .mybordercolor {border:3px solid #78dded; }
#78dded Text Font Color
<p style="color:#78dded">Text here</p>
This sample text font color is #78dded
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.
#78dded Background Color
<div style="background-color:#78dded">
Div content here</div>
This div background color is #78dded
#78dded Border Color
<div style="border:3px solid #78dded">
Div here</div>
This div border color is #78dded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,221,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78dded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78dded; -webkit-box-shadow: 1px 1px 3px 2px #78dded; box-shadow: 1px 1px 3px 2px #78dded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,221,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78dded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78dded; -webkit-box-shadow: 1px 1px 3px 2px #78dded; box-shadow: 1px 1px 3px 2px #78dded;">
Div content here</div>
This div box has shadow with color #78dded
Comments
No comments written yet.
Please login to write comment.