Color spaces of #38bcde
RGB | 56 | 188 | 222 |
---|---|---|---|
HSL | 0.53 | 0.72 | 0.55 |
HSV | 192° | 75° | 87° |
CMYK | 0.75 | 0.15 | 0.00 0.13 |
XYZ | 32.7989 | 42.0811 | 75.5010 |
Yxy | 42.0811 | 0.2181 | 0.2798 |
Hunter Lab | 64.8699 | -23.2710 | -23.5976 |
CIE-Lab | 70.9268 | -23.9781 | -27.1483 |
#38bcde color RGB value is (56,188,222).
#38bcde hex color red value is 56, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #38bcde hue: 0.53 , saturation: 0.72 and the lightness value of 38bcde is 0.55.
The process color (four color CMYK) of #38bcde color hex is 0.75, 0.15, 0.00, 0.13. Web safe color of #38bcde is #33cccc. Color #38bcde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 10111100 | 11011110 |
Octal | 70 | 274 | 336 |
Decimal | 56 | 188 | 222 |
Hex | 38 | BC | DE |
Shades of #38bcde
Tints of #38bcde
RGB Percentages of Color #38bcde
CMYK Percentages of Color #38bcde
Complementary Color
#38bcde | #de5a38 |
#38bcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#38bcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#38bcde Color CSS Codes
.mybgcolor {background-color:#38bcde; } .myforecolor {color:#38bcde; } .mybordercolor {border:3px solid #38bcde; }
#38bcde Text Font Color
<p style="color:#38bcde">Text here</p>
This sample text font color is #38bcde
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.
#38bcde Background Color
<div style="background-color:#38bcde">
Div content here</div>
This div background color is #38bcde
#38bcde Border Color
<div style="border:3px solid #38bcde">
Div here</div>
This div border color is #38bcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,188,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #38bcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #38bcde; -webkit-box-shadow: 1px 1px 3px 2px #38bcde; box-shadow: 1px 1px 3px 2px #38bcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,188,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #38bcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #38bcde; -webkit-box-shadow: 1px 1px 3px 2px #38bcde; box-shadow: 1px 1px 3px 2px #38bcde;">
Div content here</div>
This div box has shadow with color #38bcde
Comments
No comments written yet.
Please login to write comment.