Color spaces of #cdfba3
RGB | 205 | 251 | 163 |
---|---|---|---|
HSL | 0.25 | 0.92 | 0.81 |
HSV | 91° | 35° | 98° |
CMYK | 0.18 | 0.00 | 0.35 0.02 |
XYZ | 66.2849 | 84.6178 | 47.4896 |
Yxy | 84.6178 | 0.3341 | 0.4265 |
Hunter Lab | 91.9879 | -32.3549 | 33.7826 |
CIE-Lab | 93.7182 | -29.5235 | 37.4958 |
#cdfba3 color RGB value is (205,251,163).
#cdfba3 hex color red value is 205, green value is 251 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #cdfba3 hue: 0.25 , saturation: 0.92 and the lightness value of cdfba3 is 0.81.
The process color (four color CMYK) of #cdfba3 color hex is 0.18, 0.00, 0.35, 0.02. Web safe color of #cdfba3 is #ccff99. Color #cdfba3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11111011 | 10100011 |
Octal | 315 | 373 | 243 |
Decimal | 205 | 251 | 163 |
Hex | CD | FB | A3 |
Shades of #cdfba3
Tints of #cdfba3
RGB Percentages of Color #cdfba3
CMYK Percentages of Color #cdfba3
Complementary Color
#cdfba3 | #d1a3fb |
#cdfba3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdfba3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdfba3 Color CSS Codes
.mybgcolor {background-color:#cdfba3; } .myforecolor {color:#cdfba3; } .mybordercolor {border:3px solid #cdfba3; }
#cdfba3 Text Font Color
<p style="color:#cdfba3">Text here</p>
This sample text font color is #cdfba3
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.
#cdfba3 Background Color
<div style="background-color:#cdfba3">
Div content here</div>
This div background color is #cdfba3
#cdfba3 Border Color
<div style="border:3px solid #cdfba3">
Div here</div>
This div border color is #cdfba3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,251,163, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdfba3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdfba3; -webkit-box-shadow: 1px 1px 3px 2px #cdfba3; box-shadow: 1px 1px 3px 2px #cdfba3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,251,163, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdfba3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdfba3; -webkit-box-shadow: 1px 1px 3px 2px #cdfba3; box-shadow: 1px 1px 3px 2px #cdfba3;">
Div content here</div>
This div box has shadow with color #cdfba3
Comments
No comments written yet.
Please login to write comment.