Color spaces of #38ffcd
RGB | 56 | 255 | 205 |
---|---|---|---|
HSL | 0.46 | 1.00 | 0.61 |
HSV | 165° | 78° | 100° |
CMYK | 0.78 | 0.00 | 0.20 0.00 |
XYZ | 48.4103 | 76.7685 | 70.0239 |
Yxy | 76.7685 | 0.2480 | 0.3933 |
Hunter Lab | 87.6176 | -54.7064 | 13.9479 |
CIE-Lab | 90.2150 | -58.5196 | 10.4956 |
#38ffcd color RGB value is (56,255,205).
#38ffcd hex color red value is 56, green value is 255 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #38ffcd hue: 0.46 , saturation: 1.00 and the lightness value of 38ffcd is 0.61.
The process color (four color CMYK) of #38ffcd color hex is 0.78, 0.00, 0.20, 0.00. Web safe color of #38ffcd is #33ffcc. Color #38ffcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 11111111 | 11001101 |
Octal | 70 | 377 | 315 |
Decimal | 56 | 255 | 205 |
Hex | 38 | FF | CD |
Shades of #38ffcd
Tints of #38ffcd
RGB Percentages of Color #38ffcd
CMYK Percentages of Color #38ffcd
Complementary Color
#38ffcd | #ff386a |
#38ffcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#38ffcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#38ffcd Color CSS Codes
.mybgcolor {background-color:#38ffcd; } .myforecolor {color:#38ffcd; } .mybordercolor {border:3px solid #38ffcd; }
#38ffcd Text Font Color
<p style="color:#38ffcd">Text here</p>
This sample text font color is #38ffcd
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.
#38ffcd Background Color
<div style="background-color:#38ffcd">
Div content here</div>
This div background color is #38ffcd
#38ffcd Border Color
<div style="border:3px solid #38ffcd">
Div here</div>
This div border color is #38ffcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,255,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #38ffcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #38ffcd; -webkit-box-shadow: 1px 1px 3px 2px #38ffcd; box-shadow: 1px 1px 3px 2px #38ffcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,255,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #38ffcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #38ffcd; -webkit-box-shadow: 1px 1px 3px 2px #38ffcd; box-shadow: 1px 1px 3px 2px #38ffcd;">
Div content here</div>
This div box has shadow with color #38ffcd
Comments
No comments written yet.
Please login to write comment.