Color spaces of #30cded
RGB | 48 | 205 | 237 |
---|---|---|---|
HSL | 0.53 | 0.84 | 0.56 |
HSV | 190° | 80° | 93° |
CMYK | 0.80 | 0.14 | 0.00 0.07 |
XYZ | 38.3363 | 50.4054 | 87.8295 |
Yxy | 50.4054 | 0.2171 | 0.2855 |
Hunter Lab | 70.9968 | -27.8592 | -23.6494 |
CIE-Lab | 76.3174 | -28.4941 | -27.0079 |
#30cded color RGB value is (48,205,237).
#30cded hex color red value is 48, green value is 205 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #30cded hue: 0.53 , saturation: 0.84 and the lightness value of 30cded is 0.56.
The process color (four color CMYK) of #30cded color hex is 0.80, 0.14, 0.00, 0.07. Web safe color of #30cded is #33ccff. Color #30cded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 11001101 | 11101101 |
Octal | 60 | 315 | 355 |
Decimal | 48 | 205 | 237 |
Hex | 30 | CD | ED |
Shades of #30cded
Tints of #30cded
RGB Percentages of Color #30cded
CMYK Percentages of Color #30cded
Complementary Color
#30cded | #ed5030 |
#30cded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30cded Color Preview on White Background
Lorem ipsum dolor sit amet.
#30cded Color CSS Codes
.mybgcolor {background-color:#30cded; } .myforecolor {color:#30cded; } .mybordercolor {border:3px solid #30cded; }
#30cded Text Font Color
<p style="color:#30cded">Text here</p>
This sample text font color is #30cded
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.
#30cded Background Color
<div style="background-color:#30cded">
Div content here</div>
This div background color is #30cded
#30cded Border Color
<div style="border:3px solid #30cded">
Div here</div>
This div border color is #30cded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,205,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30cded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30cded; -webkit-box-shadow: 1px 1px 3px 2px #30cded; box-shadow: 1px 1px 3px 2px #30cded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,205,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 #30cded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30cded; -webkit-box-shadow: 1px 1px 3px 2px #30cded; box-shadow: 1px 1px 3px 2px #30cded;">
Div content here</div>
This div box has shadow with color #30cded
Comments
No comments written yet.
Please login to write comment.